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 /src | |
parent | f277be0f2634cc97881918a0aaf1c0cb6ffad2d6 (diff) |
Fixed appending !*@* to some access list entries that are valid hosts
Diffstat (limited to 'src')
-rw-r--r-- | src/regchannel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp index 5a6159adc..65613097b 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -21,8 +21,6 @@ ChanAccess::ChanAccess(const Anope::string &umask) { this->nc = NULL; this->mask = umask; - if (ircdproto->IsNickValid(this->mask)) - this->mask += "!*@*"; } } |