summaryrefslogtreecommitdiff
path: root/bouncer/core.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-01-25 01:47:04 +0100
committerTreeki <treeki@gmail.com>2014-01-25 01:47:04 +0100
commitd67fdae167bf5118b17d3bfaeb5f91929dfa812d (patch)
treec064c5b235e1ffbf0e28d8b075e8ae70919aca01 /bouncer/core.h
parentbdbdb57fc3ae81c0dbb46c4e6ffdd6c0205a81c0 (diff)
downloadbounce4-d67fdae167bf5118b17d3bfaeb5f91929dfa812d.tar.gz
bounce4-d67fdae167bf5118b17d3bfaeb5f91929dfa812d.zip
add processing for the KICK irc message
Diffstat (limited to 'bouncer/core.h')
-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);