aboutsummaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-07-20 18:15:01 +0200
committerGravatar attilamolnar2013-07-20 18:15:01 +0200
commit909cba9b756179bfa16d985916db1084cb7b4a9d (patch)
tree182abd6dd3165d3b09137cc7e20c5158591df8b3 /src/snomasks.cpp
parentm_ojoin Stop hardcoding +Y, move global vars into a class, move initializatio... (diff)
Enable the LINK snomask from m_spanningtree, remove unused FLOOD snomask
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 820f65e4b..0a0d3cab2 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -69,13 +69,11 @@ SnomaskManager::SnomaskManager()
EnableSnomask('c',"CONNECT"); /* Local connect notices */
EnableSnomask('q',"QUIT"); /* Local quit notices */
EnableSnomask('k',"KILL"); /* Kill notices */
- EnableSnomask('l',"LINK"); /* Linking notices */
EnableSnomask('o',"OPER"); /* Oper up/down notices */
EnableSnomask('a',"ANNOUNCEMENT"); /* formerly WriteOpers() - generic notices to all opers */
EnableSnomask('d',"DEBUG"); /* Debug notices */
EnableSnomask('x',"XLINE"); /* Xline notice (g/z/q/k/e) */
EnableSnomask('t',"STATS"); /* Local or remote stats request */
- EnableSnomask('f',"FLOOD"); /* Flooding notices */
}
/*************************************************************************************/