diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-14 12:15:11 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-14 12:15:11 +0000 |
commit | f474e7e6dc2d36f96150ebe33b23b4ea76814415 (patch) | |
tree | c18405e80c3c232ce12fec9b20aa9ddb1ece405e /src/modules/m_nonicks.cpp | |
parent | a82061b65b849ab65692d125b3e35f0929815733 (diff) |
Rename quietban to muteban, change character to +b m:, this way it fits with cmode +m, which is what it does.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10019 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_nonicks.cpp')
-rw-r--r-- | src/modules/m_nonicks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_nonicks.cpp b/src/modules/m_nonicks.cpp index 7405c7149..11a74bd1e 100644 --- a/src/modules/m_nonicks.cpp +++ b/src/modules/m_nonicks.cpp @@ -70,7 +70,7 @@ class ModuleNoNickChange : public Module virtual void On005Numeric(std::string &output) { - ServerInstance->AddExtBanChar("n"); + ServerInstance->AddExtBanChar("N"); } virtual int OnUserPreNick(User* user, const std::string &newnick) |