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:
@@ -21,8 +21,6 @@ ChanAccess::ChanAccess(const Anope::string &umask)
|
||||
{
|
||||
this->nc = NULL;
|
||||
this->mask = umask;
|
||||
if (ircdproto->IsNickValid(this->mask))
|
||||
this->mask += "!*@*";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user