silent PONG replies
This commit is contained in:
@@ -607,6 +607,8 @@ static void handle_irc_line(int si, const char *raw) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (strcmp(m.cmd,"PONG")==0) return; /* ignore server's PONG replies */
|
||||||
|
|
||||||
/* SASL / CAP negotiation */
|
/* SASL / CAP negotiation */
|
||||||
if (strcmp(m.cmd,"CAP")==0) {
|
if (strcmp(m.cmd,"CAP")==0) {
|
||||||
char sub[16]="";
|
char sub[16]="";
|
||||||
|
|||||||
Reference in New Issue
Block a user