Fix /unignore command

Yikes, copy-paste fail.
master
C. McEnroe 2021-01-23 16:12:25 -05:00
parent bc29082f9d
commit 9adedc660b
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ static void commandUnhighlight(uint id, char *params) {
commandUnfilter(Hot, id, params);
}
static void commandUnignore(uint id, char *params) {
commandUnfilter(Hot, id, params);
commandUnfilter(Ice, id, params);
}
static void commandExec(uint id, char *params) {