diff options
author | Adam <Adam@anope.org> | 2011-07-14 22:37:46 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-07-14 22:37:46 -0400 |
commit | c3993b3123feb0e508d5ea00bde052acd6a5423a (patch) | |
tree | c6fe2c08f494e90608e1296a2f073fb68097b5a7 /modules/core/cs_xop.cpp | |
parent | f277be0f2634cc97881918a0aaf1c0cb6ffad2d6 (diff) |
Fixed appending !*@* to some access list entries that are valid hosts
Diffstat (limited to 'modules/core/cs_xop.cpp')
-rw-r--r-- | modules/core/cs_xop.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/core/cs_xop.cpp b/modules/core/cs_xop.cpp index 05981bf4b..1b9fae93e 100644 --- a/modules/core/cs_xop.cpp +++ b/modules/core/cs_xop.cpp @@ -138,10 +138,6 @@ class XOPBase : public Command return; } - NickAlias *na = findnick(mask); - if (!na && mask.find_first_of("!@*") == Anope::string::npos) - mask += "!*@*"; - access = ci->GetAccess(mask, 0, false); if (access) { |