From 93e3cda102be0870171ecd9ad0d6507566c7ffd1 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 22 Jan 2006 19:23:20 +0000 Subject: Added facility for servers to send KICK message (ew, i hate this crap) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2830 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index d920736a9..6afb0e181 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1410,6 +1410,8 @@ class Server : public classbase * action after calling this method is to immediately bail from your handler. */ virtual void QuitUser(userrec* user, std::string reason); + + virtual void KickUser(userrec* source, userrec* target, chanrec* chan, std::string reason); /** Matches text against a glob pattern. * Uses the ircd's internal matching function to match string against a globbing pattern, e.g. *!*@*.com -- cgit v1.2.3