Changeset 226fce1 for irc_commands.c
- Timestamp:
- 2006-05-23T07:45:14Z (19 years ago)
- Branches:
- master
- Children:
- da3b536
- Parents:
- 73cf7fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r73cf7fd r226fce1 448 448 449 449 if( gc && gc->flags & OPT_LOGGED_IN ) 450 proto_away( gc, u->away );450 bim_set_away( gc, u->away ); 451 451 } 452 452 }
Note: See TracChangeset
for help on using the changeset viewer.