summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-08-07 16:45:03 +0100
committerPeter Powell <petpow@saberuk.com>2018-08-07 16:45:03 +0100
commitc51d80d9d4f2a0a38686e7dd358de0b554746331 (patch)
treeb45e166994d24c5d39742c2f8247a0d38439ea0f /src/snomasks.cpp
parent54a15b0185fc53d741bc519f125aa531643dbae2 (diff)
Remove the 'debug' snotice character.
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 98f16528e..0b266ff7e 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -70,7 +70,6 @@ SnomaskManager::SnomaskManager()
EnableSnomask('k',"KILL"); /* Kill 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 */
}