summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-01 10:46:57 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-01 10:46:57 +0000
commit3a373e653e90ddbae7a1576c8144e92becfc857d (patch)
treed44cb300827dbec725eeb9bb0af20f78f5fac91a /src/snomasks.cpp
parent74b5dabce28ef513118142ae1856fce1f53b5a95 (diff)
Add snomask f (flood)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5097 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 3655abeb8..c67afcdc5 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -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 */
}