1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 23:33:12 +02:00

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

This commit is contained in:
Adam
2011-07-14 22:37:46 -04:00
parent f277be0f26
commit c3993b3123
4 changed files with 1 additions and 11 deletions
-4
View File
@@ -197,10 +197,6 @@ class CommandCSAccess : public Command
bool override = !check_access(u, ci, CA_ACCESS_CHANGE) || level >= u_level;
NickAlias *na = findnick(mask);
if (!na && mask.find_first_of("!@*") == Anope::string::npos)
mask += "!*@*";
ChanAccess *access = ci->GetAccess(mask, 0, false);
if (access)
{