summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-29 19:13:29 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-29 19:13:29 +0000
commit621bb9d25dc2e0de898087581864fd25d238d374 (patch)
tree93cad01a0d66761bc6a631b69265d1ec3ba40ac8
parentc0f8576bbd4cfa5b4f0c13cad90c3b516e0efb43 (diff)
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
-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 */