diff options
-rw-r--r-- | src/snomasks.cpp | 1 |
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 */ |