aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index d1711cde..a726b174 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -212,6 +212,11 @@ struct prpl {
* - 'message' is a handle to invite
*/
void (* chat_invite) (struct groupchat *, char *who, char *message);
+ /* This is called when the user uses the /kick IRC command.
+ * - 'who' is a handle to kick
+ * - 'message' is a kick message or NULL
+ */
+ void (* chat_kick) (struct groupchat *, char *who, const char *message);
/* This is called when the user uses the /part IRC command in a group
* chat. You just should tell the user about it, nothing more. */
void (* chat_leave) (struct groupchat *);