Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r9997691 r7d53efb  
    268268static void twitter_add_buddy( struct im_connection *ic, char *who, char *group )
    269269{
     270        twitter_friendships_create_destroy(ic, who, 1);
    270271}
    271272
    272273static void twitter_remove_buddy( struct im_connection *ic, char *who, char *group )
    273274{
     275        twitter_friendships_create_destroy(ic, who, 0);
    274276}
    275277
Note: See TracChangeset for help on using the changeset viewer.