mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-13 22:11:02 +00:00
syntax error as detected by alice
This commit is contained in:
parent
4eb20b3c89
commit
b7657baf0e
@ -405,11 +405,10 @@ case RPL_NAMREPLY:
|
|||||||
case "join":
|
case "join":
|
||||||
unless (rcpt) rcpt = text; // historic syntax bug in JOIN
|
unless (rcpt) rcpt = text; // historic syntax bug in JOIN
|
||||||
if (rcpt && stricmp(rcpt, qChatChannel())) {
|
if (rcpt && stricmp(rcpt, qChatChannel())) {
|
||||||
P0(("%O got autojoined into %O\n", ME, rcpt))
|
P0(("%O got autojoined into %O\n", ME, rcpt))
|
||||||
emit("PART #"+rcpt+
|
emit("PART #"+rcpt+
|
||||||
" :looks like I was autojoined here\n");
|
" :looks like I was autojoined here\n");
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
} else rcpt = 0;
|
} else rcpt = 0;
|
||||||
// fall thru
|
// fall thru
|
||||||
case "quit": // IRC QUIT is broken really
|
case "quit": // IRC QUIT is broken really
|
||||||
|
Loading…
Reference in New Issue
Block a user