fix
This commit is contained in:
parent
66599bc6bd
commit
3c9fc382f0
1 changed files with 1 additions and 1 deletions
2
C/irc.c
2
C/irc.c
|
@ -79,7 +79,7 @@ unsigned int IRCC_recv(IRCC_client *irc){
|
|||
}
|
||||
|
||||
else {
|
||||
puts(irc->raw);
|
||||
//puts(irc->raw);
|
||||
|
||||
//Check end of motd
|
||||
if (strstr(irc->raw, "PRIVMSG ") == NULL && strstr(irc->raw, "MOTD"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue