X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsnomasks.cpp;h=84818be000d2bdaf2d544b885c6c334461a28be1;hb=ad9cb625d950f8157c5ff4d6c89bfd9d672b2c05;hp=85e1ead789d9015dc6b45a2c10bcceb57e66c94f;hpb=f1712e6f0b58098250791ffc60815fa3fc462607;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 85e1ead78..84818be00 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -98,9 +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',"REMOTELINK"); /* 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) */