summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
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) {