summaryrefslogtreecommitdiff
path: root/bouncer/core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bouncer/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bouncer/core.h b/bouncer/core.h
index 1d6b9db..6b73067 100644
--- a/bouncer/core.h
+++ b/bouncer/core.h
@@ -99,6 +99,7 @@ public:
void handleJoin(const UserRef &user);
void handlePart(const UserRef &user, const char *message);
void handleQuit(const UserRef &user, const char *message);
+ void handleKick(const UserRef &user, const char *target, const char *message);
void handleNick(const UserRef &user, const char *newNick);
void handleMode(const UserRef &user, const char *str);
void handlePrivmsg(const UserRef &user, const char *str);