fix
This commit is contained in:
parent
66599bc6bd
commit
3c9fc382f0
2
C/irc.c
2
C/irc.c
@ -79,7 +79,7 @@ unsigned int IRCC_recv(IRCC_client *irc){
|
|||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
puts(irc->raw);
|
//puts(irc->raw);
|
||||||
|
|
||||||
//Check end of motd
|
//Check end of motd
|
||||||
if (strstr(irc->raw, "PRIVMSG ") == NULL && strstr(irc->raw, "MOTD"))
|
if (strstr(irc->raw, "PRIVMSG ") == NULL && strstr(irc->raw, "MOTD"))
|
||||||
|
Loading…
Reference in New Issue
Block a user