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); } }