Ignore:
Timestamp:
2010-05-30T10:16:37Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3dc6d86, 704dd38
Parents:
3d93aed (diff), 7d53efb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from Geert: Added ability to follow/unfollow Twitter people. (Unfollow
won't work with mode=one.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r3d93aed rba3233c  
    286286static void twitter_add_buddy( struct im_connection *ic, char *who, char *group )
    287287{
     288        twitter_friendships_create_destroy(ic, who, 1);
    288289}
    289290
    290291static void twitter_remove_buddy( struct im_connection *ic, char *who, char *group )
    291292{
     293        twitter_friendships_create_destroy(ic, who, 0);
    292294}
    293295
Note: See TracChangeset for help on using the changeset viewer.