aboutsummaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 42c0153ef..de90dbb1d 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -72,11 +72,11 @@ void SnomaskManager::WriteGlobalSno(char letter, const char* text, ...)
SnomaskManager::SnomaskManager()
{
- EnableSnomask('c',"CONNECT"); /* Local connect notices */
- EnableSnomask('q',"QUIT"); /* Local quit notices */
- EnableSnomask('k',"KILL"); /* Kill notices */
- EnableSnomask('o',"OPER"); /* Oper up/down notices */
- EnableSnomask('a',"ANNOUNCEMENT"); /* formerly WriteOpers() - generic notices to all opers */
+ EnableSnomask('a', "ANNOUNCEMENT");
+ EnableSnomask('c', "CONNECT");
+ EnableSnomask('k', "KILL");
+ EnableSnomask('o', "OPER");
+ EnableSnomask('q', "QUIT");
}
bool SnomaskManager::IsSnomaskUsable(char ch) const