Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r7d53efb r9997691  
    268268static void twitter_add_buddy( struct im_connection *ic, char *who, char *group )
    269269{
    270         twitter_friendships_create_destroy(ic, who, 1);
    271270}
    272271
    273272static void twitter_remove_buddy( struct im_connection *ic, char *who, char *group )
    274273{
    275         twitter_friendships_create_destroy(ic, who, 0);
    276274}
    277275
Note: See TracChangeset for help on using the changeset viewer.