Загрузить файлы в «C»
Disabled debug
This commit is contained in:
parent
a31b8a5bab
commit
569a6faea5
1 changed files with 1 additions and 1 deletions
2
C/irc.c
2
C/irc.c
|
@ -74,7 +74,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