1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-26 03:02:17 -05:00

Default ignore type to ALL

This commit is contained in:
TingPing 2013-03-17 16:27:26 -03:00
parent c58a741abb
commit 89d62ee4f8

View File

@ -2272,7 +2272,7 @@ cmd_ignore (struct session *sess, char *tbuf, char *word[], char *word_eol[])
return TRUE;
}
if (!*word[3])
return FALSE;
word[3] = "ALL";
i = 3;
while (1)