From a97a336d7d3dbe83f1be750c4f1fe8f1179c7066 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 7 Dec 2010 23:14:30 +0000 Subject: Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter module (chat_with and send_typing) that suggested support for features that obviously don't exist. --- protocols/jabber/jabber.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/jabber') diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c index e5bc3c14..802158c1 100644 --- a/protocols/jabber/jabber.c +++ b/protocols/jabber/jabber.c @@ -569,11 +569,11 @@ GList *jabber_buddy_action_list( bee_user_t *bu ) if( ret == NULL ) { - struct buddy_action ba[2] = { + static const struct buddy_action ba[2] = { { "VERSION", "Get client (version) information" }, }; - ret = g_list_prepend( ret, ba + 0 ); + ret = g_list_prepend( ret, (void*) ba + 0 ); } return ret; -- cgit v1.2.3