mirror of
https://github.com/anope/anope.git
synced 2026-06-27 05:26:38 +02:00
Removed match_usermask
This commit is contained in:
+4
-1
@@ -104,8 +104,11 @@ IgnoreData *get_ignore(const Anope::string &nick)
|
||||
if (u->HasMode(UMODE_OPER))
|
||||
return NULL;
|
||||
for (; ign != ign_end; ++ign)
|
||||
if (match_usermask((*ign)->mask, u))
|
||||
{
|
||||
Entry ignore_mask((*ign)->mask);
|
||||
if (ignore_mask.Matches(u))
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user