1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 14:36:38 +02:00

Fixed appending diff@* to some access list entries that are valid hosts

This commit is contained in:
Adam
2011-08-09 17:27:39 -04:00
parent 7f4eb85205
commit d5d2a31042
-2
View File
@@ -21,8 +21,6 @@ ChanAccess::ChanAccess(const Anope::string &umask)
{
this->nc = NULL;
this->mask = umask;
if (ircdproto->IsNickValid(this->mask))
this->mask += "!*@*";
}
}