mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 13:10:19 +00:00
Default ignore type to ALL
This commit is contained in:
@@ -2272,7 +2272,7 @@ cmd_ignore (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
if (!*word[3])
|
if (!*word[3])
|
||||||
return FALSE;
|
word[3] = "ALL";
|
||||||
|
|
||||||
i = 3;
|
i = 3;
|
||||||
while (1)
|
while (1)
|
||||||
|
|||||||
Reference in New Issue
Block a user