]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/snomasks.cpp
Addendum to r11303, fix for bug #833: use correct result for the type (bitmask/record...
[user/henk/code/inspircd.git] / src / snomasks.cpp
index 6c3824ae74e31f17ba86dc676607aa3902c9af56..2e682675d8ebc480cd32de180a76ab56f6dd3cdc 100644 (file)
@@ -102,7 +102,8 @@ void SnomaskManager::SetupDefaults()
        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('a',"ANNOUNCEMENT");        /* formerly WriteOpers() - generic notices to all opers */
+       this->EnableSnomask('A',"REMOTEANNOUNCEMENT");  /* formerly WriteOpers() - generic notices to all opers */
        this->EnableSnomask('d',"DEBUG");                       /* Debug notices */
        this->EnableSnomask('x',"XLINE");                       /* Xline notice (g/z/q/k/e) */
        this->EnableSnomask('t',"STATS");                       /* Local or remote stats request */