diff options
Diffstat (limited to 'degesch.c')
| -rw-r--r-- | degesch.c | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -7874,9 +7874,11 @@ irc_process_numeric (struct server *s,  		break;  	case IRC_RPL_WHOREPLY: -		if (irc_handle_rpl_whoreply (s, msg))  buffer = NULL; break; +		if (irc_handle_rpl_whoreply (s, msg))  buffer = NULL; +		break;  	case IRC_RPL_ENDOFWHO: -		if (irc_handle_rpl_endofwho (s, msg))  buffer = NULL; break; +		if (irc_handle_rpl_endofwho (s, msg))  buffer = NULL; +		break;  	case IRC_RPL_LIST: | 
