aboutsummaryrefslogtreecommitdiffstats
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-29 19:13:29 +0000
committerGravatar brain2006-08-29 19:13:29 +0000
commit621bb9d25dc2e0de898087581864fd25d238d374 (patch)
tree93cad01a0d66761bc6a631b69265d1ec3ba40ac8 /src/snomasks.cpp
parentauto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' a... (diff)
downloadinspircd++-621bb9d25dc2e0de898087581864fd25d238d374.tar.gz
inspircd++-621bb9d25dc2e0de898087581864fd25d238d374.tar.bz2
inspircd++-621bb9d25dc2e0de898087581864fd25d238d374.zip
Remove snomask n (nickchanges) - this will be a module when someone writes it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5064 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index e465b2ec8..641380f39 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -98,7 +98,6 @@ void SnomaskManager::SetupDefaults()
this->EnableSnomask('q',"QUIT"); /* Local quit notices */
this->EnableSnomask('Q',"REMOTEQUIT"); /* Remote quit notices */
this->EnableSnomask('k',"KILL"); /* Kill notices */
- this->EnableSnomask('n',"NICK"); /* Nickchange notices */
this->EnableSnomask('l',"LINK"); /* Link notices */
this->EnableSnomask('o',"OPER"); /* Oper up/down notices */
this->EnableSnomask('d',"DEBUG"); /* Debug notices */