Changeset ec86b22 for irc.c


Ignore:
Timestamp:
2010-05-15T23:28:16Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2309152
Parents:
ca0981a (diff), 6e6b3d7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Mainline merge. (Probably mostly irrelevant for this branch, oh well.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    rca0981a rec86b22  
    202202        s = set_add( &irc->set, "root_nick", irc->mynick, set_eval_root_nick, irc );
    203203        s = set_add( &irc->set, "save_on_quit", "true", set_eval_bool, irc );
     204        s = set_add( &irc->set, "show_offline", "false", set_eval_bool, irc );
    204205        s = set_add( &irc->set, "simulate_netsplit", "true", set_eval_bool, irc );
    205206        s = set_add( &irc->set, "status", NULL,  set_eval_away_status, irc );
Note: See TracChangeset for help on using the changeset viewer.