diff --git a/src/irc.c b/src/irc.c --- a/src/irc.c +++ b/src/irc.c @@ -313,11 +313,11 @@ message->line = strtok (NULL, "\r\n"); return command; break; - case 901: /* notify or some crap */ - message->channel = strtok (message->line, " "); - message->line = strtok(NULL, "\r\n"); - return command; - break; + case 901: /* notify or some crap */ + message->channel = strtok (message->line, " "); + message->line = strtok (NULL, "\r\n"); + return command; + break; default: printf ("DEBUG %s", line); printf ("Unknown Value: %d\n", value);