From 9927dccff26955e79f3c193e931afac019c35ce2 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 24 Apr 2004 20:01:06 +0000 Subject: 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 --- include/xline.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/xline.h') 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 -- cgit v1.2.3