From 71364e3d91fd4882672494016b06ee7575cbf8f9 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 29 Aug 2006 19:32:46 +0000 Subject: Snomask +l (linking) and some +x (XLINE) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5067 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 641380f39..73dbe9a6c 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -102,5 +102,6 @@ void SnomaskManager::SetupDefaults() this->EnableSnomask('o',"OPER"); /* Oper up/down notices */ this->EnableSnomask('d',"DEBUG"); /* Debug notices */ this->EnableSnomask('x',"XLINE"); /* Xline notice (g/z/q/k/e) */ + this->EnableSnomask('t',"STATS"); /* Local or remote stats request */ } -- cgit v1.2.3