summaryrefslogtreecommitdiff
path: root/include/xline.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-24 20:01:06 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-24 20:01:06 +0000
commit9927dccff26955e79f3c193e931afac019c35ce2 (patch)
tree5053182414206b6693e738d58dbca43c0f542170 /include/xline.h
parent800ebbf95d489010e3a99b4975c9b864d96cd0d2 (diff)
Q-lines fully working, can add and remove other types of ban (but not enforced yet)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@714 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r--include/xline.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xline.h b/include/xline.h
index f66583ae6..e87c5ff50 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -105,5 +105,10 @@ char* matches_kline(const char* host);
void expire_lines();
void apply_lines();
+void stats_k(userrec* user);
+void stats_g(userrec* user);
+void stats_q(userrec* user);
+void stats_z(userrec* user);
+
#endif