From ce92ddc8fc2addb0d9244470a7f13f5d6f8dcdc9 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sun, 5 Feb 2017 00:09:51 +1100 Subject: [PATCH] Fix typo in unused function is_ignored() --- source/ignore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ignore.c b/source/ignore.c index ac0f2c8..c9d24ee 100644 --- a/source/ignore.c +++ b/source/ignore.c @@ -360,7 +360,7 @@ int is_ignored(char *nick, long type) return (IGNORED); if (tmp->high & type) return (HIGHLIGHTED); - if (tmp->high & type) + if (tmp->cgrep & type) return (CHANNEL_GREP); } }