Changeset 06eef80 for protocols/msn
- Timestamp:
- 2013-02-21T14:03:15Z (12 years ago)
- Branches:
- master
- Children:
- a5c6ebd
- Parents:
- 12f500f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r12f500f r06eef80 44 44 set_add( &acc->set, "switchboard_keepalives", "false", set_eval_bool, acc ); 45 45 46 acc->flags |= ACC_FLAG_AWAY_MESSAGE | ACC_FLAG_STATUS_MESSAGE; 46 acc->flags |= ACC_FLAG_AWAY_MESSAGE | ACC_FLAG_STATUS_MESSAGE | 47 ACC_FLAG_HANDLE_DOMAINS; 47 48 } 48 49
Note: See TracChangeset
for help on using the changeset viewer.