summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 85e1ead78..6c3686540 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -98,9 +98,10 @@ void SnomaskManager::SetupDefaults()
this->EnableSnomask('Q',"REMOTEQUIT"); /* Remote quit notices */
this->EnableSnomask('k',"KILL"); /* Kill notices */
this->EnableSnomask('K',"REMOTEKILL"); /* Remote kill notices */
- this->EnableSnomask('l',"LINK"); /* Link notices */
- this->EnableSnomask('L',"REMOTELINK"); /* Link notices */
+ this->EnableSnomask('l',"LINK"); /* Linking notices */
+ this->EnableSnomask('L',"REMOTELINK"); /* Remote linking notices */
this->EnableSnomask('o',"OPER"); /* Oper up/down notices */
+ this->EnableSnomask('o',"REMOTEOPER"); /* Remote oper up/down notices */
this->EnableSnomask('A',"ANNOUNCEMENT"); /* formerly WriteOpers() - generic notices to all opers */
this->EnableSnomask('d',"DEBUG"); /* Debug notices */
this->EnableSnomask('x',"XLINE"); /* Xline notice (g/z/q/k/e) */