Changes in protocols/nogaim.h [58adb7e:4cf80bb]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r58adb7e r4cf80bb 49 49 50 50 #define WEBSITE "http://www.bitlbee.org/" 51 #define GAIM_AWAY_CUSTOM "Custom" 51 52 52 53 /* Sharing flags between all kinds of things. I just hope I won't hit any … … 217 218 218 219 /* You can tell what away states your protocol supports, so that 219 * BitlBee will try to map the IRC away reasons to them . If your220 * protocol doesn't have any, just return one generic "Away". */220 * BitlBee will try to map the IRC away reasons to them, or use 221 * GAIM_AWAY_CUSTOM when calling skype_set_away(). */ 221 222 GList *(* away_states)(struct im_connection *ic); 222 223 … … 314 315 315 316 /* Actions, or whatever. */ 316 int imc_ away_send_update( struct im_connection *ic);317 int imc_set_away( struct im_connection *ic, char *away ); 317 318 int imc_buddy_msg( struct im_connection *ic, char *handle, char *msg, int flags ); 318 319 int imc_chat_msg( struct groupchat *c, char *msg, int flags );
Note: See TracChangeset
for help on using the changeset viewer.