diff options
| author | 2018-08-07 16:45:03 +0100 | |
|---|---|---|
| committer | 2018-08-07 16:45:03 +0100 | |
| commit | c51d80d9d4f2a0a38686e7dd358de0b554746331 (patch) | |
| tree | b45e166994d24c5d39742c2f8247a0d38439ea0f /src/snomasks.cpp | |
| parent | Make the FJOIN timestamp message easier for users to understand. (diff) | |
Remove the 'debug' snotice character.
Diffstat (limited to 'src/snomasks.cpp')
| -rw-r--r-- | src/snomasks.cpp | 1 |
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 */ } |
