Changeset 0bd948e for irc.c


Ignore:
Timestamp:
2010-07-03T21:16:41Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c8eeadd
Parents:
917a83e
Message:

Show a user going offline as a QUIT, not as one or more PARTs, like in the
old-style BitlBee. This so that the IRC client will show the notification
in query windows as well. Make it a setting though, for bug #539.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r917a83e r0bd948e  
    108108        s = set_add( &b->set, "handle_unknown", "add_channel", NULL, irc );
    109109        s = set_add( &b->set, "lcnicks", "true", set_eval_bool, irc );
     110        s = set_add( &b->set, "offline_user_quits", "true", set_eval_bool, irc );
    110111        s = set_add( &b->set, "ops", "both", set_eval_irc_channel_ops, irc );
    111112        s = set_add( &b->set, "paste_buffer", "false", set_eval_bool, irc );
Note: See TracChangeset for help on using the changeset viewer.