summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regchannel.cpp2
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 += "!*@*";
}
}