Ignore:
Timestamp:
2010-05-29T12:40:17Z (14 years ago)
Author:
Geert Mulders <g.c.w.m.mulders@…>
Branches:
master
Children:
ba3233c
Parents:
9997691
Message:

Added functionality to add and remove friendships.

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.