Fix typo in unused function is_ignored()

This commit is contained in:
Kevin Easton
2017-02-05 00:09:51 +11:00
parent bbaeca3bc3
commit ce92ddc8fc

View File

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