diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-06 14:55:12 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-06 14:55:12 +0000 |
commit | 2bc8ac0680e6a04f8431003ab468bb6e419534ed (patch) | |
tree | f69de64aa51aea9536d566ee39e769c3049d7789 /protocols | |
parent | 840bba81bc4ab7ce37aeeea5f32091684b19e5b8 (diff) |
Away with this stupid GAIM_AWAY_CUSTOM constant. Let's see what still uses it.
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/nogaim.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index dc6154e2..80f8ed40 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -48,7 +48,6 @@ #define BUDDY_ALIAS_MAXLEN 388 /* because MSN names can be 387 characters */ #define WEBSITE "http://www.bitlbee.org/" -#define GAIM_AWAY_CUSTOM "Custom" /* Sharing flags between all kinds of things. I just hope I won't hit any limits before 32-bit machines become extinct. ;-) */ @@ -217,8 +216,8 @@ struct prpl { void (* chat_topic) (struct groupchat *, char *topic); /* You can tell what away states your protocol supports, so that - * BitlBee will try to map the IRC away reasons to them, or use - * GAIM_AWAY_CUSTOM when calling skype_set_away(). */ + * BitlBee will try to map the IRC away reasons to them. If your + * protocol doesn't have any, just return one generic "Away". */ GList *(* away_states)(struct im_connection *ic); /* Mainly for AOL, since they think "Bung hole" == "Bu ngho le". *sigh* |