From d88c92a40438e0ac8e897beb3ead44c4404050b3 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 6 Dec 2010 00:03:49 +0000 Subject: First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber contact.) --- protocols/bee_user.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocols/bee_user.c') diff --git a/protocols/bee_user.c b/protocols/bee_user.c index 4ea538a9..0b118853 100644 --- a/protocols/bee_user.c +++ b/protocols/bee_user.c @@ -280,3 +280,9 @@ void imcb_buddy_typing( struct im_connection *ic, const char *handle, uint32_t f ic->bee->ui->user_typing( ic->bee, bu, flags ); } } + +void imcb_buddy_action_response( bee_user_t *bu, const char *action, char * const args[], void *data ) +{ + if( bu->bee->ui->user_action_response ) + bu->bee->ui->user_action_response( bu->bee, bu, action, args, data ); +} -- cgit v1.2.3