summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/snomasks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp
index 6c3686540..84818be00 100644
--- a/src/snomasks.cpp
+++ b/src/snomasks.cpp
@@ -101,7 +101,7 @@ void SnomaskManager::SetupDefaults()
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('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) */