Changeset 61dddd0 for protocols/nogaim.c
- Timestamp:
- 2006-03-18T08:33:33Z (17 years ago)
- Branches:
- master
- Children:
- 42d9571
- Parents:
- 8ba511d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r8ba511d r61dddd0 364 364 gc->flags |= OPT_LOGGED_IN; 365 365 366 if( u && u->away ) proto_away( gc, u->away ); 366 /* Also necessary when we're not away, at least for some of the 367 protocols. */ 368 proto_away( gc, u->away ); 367 369 368 370 if( strcmp( gc->prpl->name, "ICQ" ) == 0 )
Note: See TracChangeset
for help on using the changeset viewer.