diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 23:25:21 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 23:25:21 +0000 |
commit | d566ed18f421d6f1f9133997ca314cf40fd3ce01 (patch) | |
tree | 9208fa77d1cab6cfc080f73bf50718227744699b | |
parent | c977373d5f28f6d6a2a6214feba3eafdfabd3da6 (diff) |
I am a retard. Hear me DROOOOOOOOOOOOOOOOOOOOLLLLLLLLLLLLLLLLLLLLL...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10771 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/snomasks.cpp | 2 |
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) */ |