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 += "!*@*"; } }