diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-08 01:55:17 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-08 01:55:17 +0100 |
commit | 5b9b2b6413d66df01a866205af489eca9f8ea308 (patch) | |
tree | 821d6baee4c15e4660f654fb1c354185043d4592 /doc/user-guide | |
parent | 37d84b32ca7f02f2e3b05858e090e2470b8c479b (diff) |
Added display_timestamps setting in case some people may not really like them.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index c8f2de4c..df7ee0a9 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -559,6 +559,16 @@ </description> </bitlbee-setting> + <bitlbee-setting name="display_timestamps" type="boolean" scope="global"> + <default>true</default> + + <description> + <para> + When incoming messages are old (i.e. offline messages and channel backlogs), BitlBee will prepend them with a timestamp. If you find them ugly or useless, you can use this setting to hide them. + </para> + </description> + </bitlbee-setting> + <bitlbee-setting name="handle_unknown" type="string" scope="global"> <default>root</default> <possible-values>root, add, add_private, add_channel, ignore</possible-values> |