Changes in protocols/twitter/twitter.c [7d53efb:1dd3470]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r7d53efb r1dd3470 268 268 static void twitter_add_buddy( struct im_connection *ic, char *who, char *group ) 269 269 { 270 twitter_friendships_create_destroy(ic, who, 1);271 270 } 272 271 273 272 static void twitter_remove_buddy( struct im_connection *ic, char *who, char *group ) 274 273 { 275 twitter_friendships_create_destroy(ic, who, 0);276 274 } 277 275 … … 338 336 struct prpl *ret = g_new0(struct prpl, 1); 339 337 338 ret->options = OPT_NOOTR; 340 339 ret->name = "twitter"; 341 340 ret->login = twitter_login;
Note: See TracChangeset
for help on using the changeset viewer.