diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 15:23:21 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 15:23:21 +0000 |
commit | f1712e6f0b58098250791ffc60815fa3fc462607 (patch) | |
tree | 7eef8610c9b190c4e17e89b9fd4a38b19f274e53 /src/snomasks.cpp | |
parent | 8828741c72ff0774ba461ca21caf5768d05079bc (diff) |
Add snomask +s +L - remote link notices.
Can be a useful distinction for bigger networks or networks with more distinction on what people can and cannot see.
This also makes RemoteMessage more match it's docs and removes useless redundancy.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10759 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r-- | src/snomasks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 5f04931f9..85e1ead78 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -99,6 +99,7 @@ void SnomaskManager::SetupDefaults() 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('o',"OPER"); /* Oper up/down notices */ this->EnableSnomask('A',"ANNOUNCEMENT"); /* formerly WriteOpers() - generic notices to all opers */ this->EnableSnomask('d',"DEBUG"); /* Debug notices */ |