mirror of
https://github.com/anope/anope.git
synced 2026-06-26 04:06:41 +02:00
Do not normalize extban masks
This commit is contained in:
@@ -436,6 +436,8 @@ unsigned IRCDProto::GetMaxListFor(Channel *c)
|
||||
|
||||
Anope::string IRCDProto::NormalizeMask(const Anope::string &mask)
|
||||
{
|
||||
if (IsExtbanValid(mask))
|
||||
return mask;
|
||||
return Entry("", mask).GetNUHMask();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user