fix getReplyMessageType

pull/14/head
Tom Early 7 years ago
parent e95ac4ad4d
commit 305c9aa0da

@ -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());

Loading…
Cancel
Save

Powered by TurnKey Linux.