diff options
author | Adam <Adam@anope.org> | 2011-08-09 17:27:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-09 17:27:39 -0400 |
commit | d5d2a31042fd1a97fa0d7b3864dcabf741de2f72 (patch) | |
tree | eda686aed10a0b77f13fc57813ee57d268906a1f /src | |
parent | 7f4eb852052cb4045cf6cd42bde7030eb558022c (diff) |
Fixed appending diff@* 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 9d0a95059..388f1be84 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 += "!*@*"; } } |