1
0
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:
Adam
2014-05-27 12:49:22 -04:00
parent a6af422184
commit 37b3ed8ef3
+2
View File
@@ -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();
}