summaryrefslogtreecommitdiff
path: root/src/snomasks.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-29 19:32:46 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-29 19:32:46 +0000
commit71364e3d91fd4882672494016b06ee7575cbf8f9 (patch)
tree3217b46a00c6707160dbe1c67e39dd9228c40cac /src/snomasks.cpp
parent51f258fc159ba424fdd9b284c00199c51e633027 (diff)
Snomask +l (linking) and some +x (XLINE)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5067 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r--src/snomasks.cpp1
1 files changed, 1 insertions, 0 deletions
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 */
}