From 621bb9d25dc2e0de898087581864fd25d238d374 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 29 Aug 2006 19:13:29 +0000 Subject: [PATCH] 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 --- src/snomasks.cpp | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.39.5