syntax error as detected by alice

This commit is contained in:
psyc://psyced.org/~lynX 2010-08-23 13:17:40 +02:00
parent 4eb20b3c89
commit b7657baf0e
1 changed files with 4 additions and 5 deletions

View File

@ -405,11 +405,10 @@ case RPL_NAMREPLY:
case "join":
unless (rcpt) rcpt = text; // historic syntax bug in JOIN
if (rcpt && stricmp(rcpt, qChatChannel())) {
P0(("%O got autojoined into %O\n", ME, rcpt))
emit("PART #"+rcpt+
" :looks like I was autojoined here\n");
break;
}
P0(("%O got autojoined into %O\n", ME, rcpt))
emit("PART #"+rcpt+
" :looks like I was autojoined here\n");
break;
} else rcpt = 0;
// fall thru
case "quit": // IRC QUIT is broken really