]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/snomasks.cpp
Tone down some logging to make debugging a tiny bit easier.
[user/henk/code/inspircd.git] / src / snomasks.cpp
index 6c368654073f399c933eaf8ec3ae3d79428f2b54..cde8839cae4ae63d7c5cb825481f719ca120d599 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -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) */