diff options
| author | 2021-11-28 20:56:29 +0000 | |
|---|---|---|
| committer | 2021-11-28 20:56:29 +0000 | |
| commit | a6d61feb3cf8b74b683e35f33f7c456852b86254 (patch) | |
| tree | b96bbbd2681c82da50b61a65767cd4bf2f92a01d /src/snomasks.cpp | |
| parent | Reject config files created using broken tutorials. (diff) | |
Move the stats and xline snomasks to their associated modules.
Diffstat (limited to 'src/snomasks.cpp')
| -rw-r--r-- | src/snomasks.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 45a180bc6..42c0153ef 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -77,8 +77,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('x',"XLINE"); /* X-line notices (G/Z/Q/K/E/R/SHUN/CBan) */ - EnableSnomask('t',"STATS"); /* Local or remote stats request */ } bool SnomaskManager::IsSnomaskUsable(char ch) const |
