diff --git a/ircddb/IRCDDBApp.cpp b/ircddb/IRCDDBApp.cpp index e6a08af..d20a30f 100644 --- a/ircddb/IRCDDBApp.cpp +++ b/ircddb/IRCDDBApp.cpp @@ -253,6 +253,8 @@ IRCDDB_RESPONSE_TYPE IRCDDBApp::getReplyMessageType() return IDRT_REPEATER; } else if (msgType == std::string("IDRT_GATEWAY")) { return IDRT_GATEWAY; + } else if (msgType == std::string("IDRT_PING")) { + return IDRT_PING; } printf("IRCDDBApp::getMessageType: unknown msg type: %s\n", msgType.c_str());