From 9adedc660b3b062a9843966dbf90632fb219de07 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 23 Jan 2021 16:12:25 -0500 Subject: Fix /unignore command Yikes, copy-paste fail. --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index 655b32d..b1b4af4 100644 --- a/command.c +++ b/command.c @@ -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) { -- cgit 1.4.1