@@ -607,6 +607,8 @@ static void handle_irc_line(int si, const char *raw) {
return;
}
if (strcmp(m.cmd,"PONG")==0) return; /* ignore server's PONG replies */
/* SASL / CAP negotiation */
if (strcmp(m.cmd,"CAP")==0) {
char sub[16]="";
The note is not visible to the blocked user.