Ignore:
Timestamp:
2010-12-07T23:14:30Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
83f1bd1d
Parents:
d76e12f
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    rd76e12f ra97a336  
    570570        if( ret == NULL )
    571571        {
    572                 struct buddy_action ba[2] = {
     572                static const struct buddy_action ba[2] = {
    573573                        { "VERSION", "Get client (version) information" },
    574574                };
    575575               
    576                 ret = g_list_prepend( ret, ba + 0 );
     576                ret = g_list_prepend( ret, (void*) ba + 0 );
    577577        }
    578578       
Note: See TracChangeset for help on using the changeset viewer.