]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/snomasks.cpp
Take some debug crap out of ModeParser::ModeString()
[user/henk/code/inspircd.git] / src / snomasks.cpp
index 3655abeb87d1c649b0eaf1117f5aaae53681001c..c67afcdc5da730a84dd74dd2e3a6bfa3c31a39fc 100644 (file)
@@ -98,5 +98,6 @@ void SnomaskManager::SetupDefaults()
        this->EnableSnomask('d',"DEBUG");               /* Debug notices */
        this->EnableSnomask('x',"XLINE");               /* Xline notice (g/z/q/k/e) */
        this->EnableSnomask('t',"STATS");               /* Local or remote stats request */
+       this->EnableSnomask('f',"FLOOD");               /* Flooding notices */
 }