X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsnomasks.cpp;h=6c368654073f399c933eaf8ec3ae3d79428f2b54;hb=c977373d5f28f6d6a2a6214feba3eafdfabd3da6;hp=85e1ead789d9015dc6b45a2c10bcceb57e66c94f;hpb=6d5e8d00fb850950e056e6f5195e779090a4b359;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 85e1ead78..6c3686540 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) */