From f1712e6f0b58098250791ffc60815fa3fc462607 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 31 Oct 2008 15:23:21 +0000 Subject: 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 --- src/snomasks.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/snomasks.cpp') 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 */ -- cgit v1.2.3