Changeset 91cec2f for protocols/nogaim.c
- Timestamp:
- 2010-04-07T21:38:56Z (15 years ago)
- Branches:
- master
- Children:
- 2e3a857
- Parents:
- 123cac7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r123cac7 r91cec2f 1208 1208 char *away, *msg = NULL; 1209 1209 1210 if( ic->acc->prpl->away_states == NULL || 1211 ic->acc->prpl->set_away == NULL ) 1212 return 0; 1213 1210 1214 away = set_getstr( &ic->acc->set, "away" ) ? 1211 1215 : set_getstr( &ic->irc->set, "away" );
Note: See TracChangeset
for help on using the changeset viewer.