X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsnomasks.cpp;h=c67afcdc5da730a84dd74dd2e3a6bfa3c31a39fc;hb=19b34cde73ce410fdc335127efe4d7080270feb2;hp=73dbe9a6c683ae3e7311145e013ee296d2a13013;hpb=71364e3d91fd4882672494016b06ee7575cbf8f9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 73dbe9a6c..c67afcdc5 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -14,14 +14,9 @@ * --------------------------------------------------- */ -#include -#include #include #include "configreader.h" #include "users.h" -#include "modules.h" -#include "commands.h" -#include "xline.h" #include "snomasks.h" SnomaskManager::SnomaskManager(InspIRCd* Instance) : ServerInstance(Instance) @@ -103,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 */ }