Fix /unignore command
Yikes, copy-paste fail.
This commit is contained in:
parent
bc29082f9d
commit
9adedc660b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user