From 82e5f4a8bb69f6a072c33007dc85d1acb528393b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 28 Nov 2021 20:58:15 +0000 Subject: Remove unnecessary comments and reorder core snomask registration. --- src/snomasks.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/snomasks.cpp') 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 -- cgit v1.3.1-10-gc9f91