From d5d2a31042fd1a97fa0d7b3864dcabf741de2f72 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 9 Aug 2011 17:27:39 -0400 Subject: [PATCH] Fixed appending diff@* to some access list entries that are valid hosts --- src/regchannel.cpp | 2 -- 1 file changed, 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 += "!*@*"; } }