Ignore:
Timestamp:
2010-06-11T15:12:27Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
12b29db
Parents:
70ac477
Message:

Added away_reply_timeout setting so BitlBee will suppress away messages sent
in response to PRIVMSG if one was sent recently - some IRC clients including
irssi don't do this very well (when talking to >1 people who are away for
example).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r70ac477 r1c8e5f7  
    484484        </bitlbee-setting>
    485485
     486        <bitlbee-setting name="away_reply_timeout" type="integer" scope="global">
     487                <default>3600</default>
     488
     489                <description>
     490                        <para>
     491                                Most IRC servers send a user's away message every time s/he gets a private message, to inform the sender that they may not get a response immediately. With this setting set to 0, BitlBee will also behave like this.
     492                        </para>
     493
     494                        <para>
     495                                Since not all IRC clients do an excellent job at suppressing these messages, this setting lets BitlBee do it instead. BitlBee will wait this many seconds (or until the away state/message changes) before re-informing you that the person's away.
     496                        </para>
     497                </description>
     498        </bitlbee-setting>
     499
    486500        <bitlbee-setting name="buddy_sendbuffer" type="boolean" scope="global">
    487501                <default>false</default>
Note: See TracChangeset for help on using the changeset viewer.