]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/snomasks.cpp
Braunvieh!
[user/henk/code/inspircd.git] / src / snomasks.cpp
index 5f04931f991cb3335e7d4a7dbe3f678ec2ad45ce..84818be000d2bdaf2d544b885c6c334461a28be1 100644 (file)
@@ -98,8 +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',"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) */