Fix the irc_reply event for certain server message types.

This commit is contained in:
Seth Hall 2013-11-08 16:49:03 -05:00
parent 410e4babd0
commit 1e43dfc46a

View file

@ -164,7 +164,7 @@ void IRC_Analyzer::DeliverStream(int length, const u_char* line, bool orig)
if ( code > 0 )
{
switch ( code ) {
// Ignore unimportant messages.
/*
case 1: // RPL_WELCOME
case 2: // RPL_YOURHOST
case 3: // RPL_CREATED
@ -183,6 +183,7 @@ void IRC_Analyzer::DeliverStream(int length, const u_char* line, bool orig)
case 376: // RPL_ENDOFMOTD
case 331: // RPL_NOTOPIC
break;
*/
// Count of users, services and servers in whole network.
case 251: