Changeset 5a61bf59
- Timestamp:
- 2010-07-19T21:18:13Z (14 years ago)
- Branches:
- master
- Children:
- 262bc7e
- Parents:
- 6d8cc05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_channel.c
r6d8cc05 r5a61bf59 546 546 set_add( &ic->set, "group", NULL, set_eval_by_group, ic ); 547 547 set_add( &ic->set, "protocol", NULL, set_eval_by_protocol, ic ); 548 549 /* When changing the default, also change it below. */ 548 550 set_add( &ic->set, "show_users", "online+,away", set_eval_show_users, ic ); 549 551 … … 552 554 553 555 /* Have to run the evaluator to initialize icc->modes. */ 554 set_setstr( &ic->set, "show_users", set_getstr( &ic->set, "show_users" ));556 set_setstr( &ic->set, "show_users", "online+,away" ); 555 557 556 558 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.