Fix typo in unused function is_ignored()
This commit is contained in:
@@ -360,7 +360,7 @@ int is_ignored(char *nick, long type)
|
|||||||
return (IGNORED);
|
return (IGNORED);
|
||||||
if (tmp->high & type)
|
if (tmp->high & type)
|
||||||
return (HIGHLIGHTED);
|
return (HIGHLIGHTED);
|
||||||
if (tmp->high & type)
|
if (tmp->cgrep & type)
|
||||||
return (CHANNEL_GREP);
|
return (CHANNEL_GREP);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user