]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/snomasks.cpp
Tidy up strlens which are not required
[user/henk/code/inspircd.git] / src / snomasks.cpp
index 641380f39e59e9c97d4e3915e023fd78dc0c5cca..c67afcdc5da730a84dd74dd2e3a6bfa3c31a39fc 100644 (file)
  * ---------------------------------------------------
  */
 
-#include <string>
-#include <vector>
 #include <stdarg.h>
 #include "configreader.h"
 #include "users.h"
-#include "modules.h"
-#include "commands.h"
-#include "xline.h"
 #include "snomasks.h"
 
 SnomaskManager::SnomaskManager(InspIRCd* Instance) : ServerInstance(Instance)
@@ -102,5 +97,7 @@ void SnomaskManager::SetupDefaults()
        this->EnableSnomask('o',"OPER");                /* Oper up/down notices */
        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 */
 }