diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-17 15:37:59 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-17 15:37:59 +0100 |
commit | 834ff442d1b413fb4eaabcf03bbf6ab78eafdc1e (patch) | |
tree | 39049846427501a40f8262e5e52e99d5fedc6757 /doc/user-guide | |
parent | 685c4efc166b58f21e9782160879a540d00a9641 (diff) |
Closing #14: Milisecond precision is now possible for the buddy_sendbuffer.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 4 | ||||
-rw-r--r-- | doc/user-guide/help.txt | 4 | ||||
-rw-r--r-- | doc/user-guide/user-guide.html | 2 | ||||
-rw-r--r-- | doc/user-guide/user-guide.txt | 4 |
4 files changed, 9 insertions, 5 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 1fc30e6d..cdd6f6a1 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -461,10 +461,12 @@ </bitlbee-setting> <bitlbee-setting name="buddy_sendbuffer_delay" type="integer"> + <default>200</default> + <description> <para> - Tell BitlBee after how many seconds a buffered message should be sent. + Tell BitlBee after how many (mili)seconds a buffered message should be sent. Values greater than 5 will be interpreted as miliseconds, 5 and lower as seconds. </para> <para> diff --git a/doc/user-guide/help.txt b/doc/user-guide/help.txt index b6c88da3..fe7dc27b 100644 --- a/doc/user-guide/help.txt +++ b/doc/user-guide/help.txt @@ -436,9 +436,9 @@ Please note that if you remove a buddy from your list (or if the connection to t % ?set buddy_sendbuffer_delay Type: integer -Default: +Default: 200 -Tell BitlBee after how many seconds a buffered message should be sent. +Tell BitlBee after how many (mili)seconds a buffered message should be sent. Values greater than 5 will be interpreted as miliseconds, 5 and lower as seconds. See also the buddy_sendbuffer setting. % diff --git a/doc/user-guide/user-guide.html b/doc/user-guide/user-guide.html index 8bd7f716..3c34bf31 100644 --- a/doc/user-guide/user-guide.html +++ b/doc/user-guide/user-guide.html @@ -331,7 +331,7 @@ allow <connection> <handle> </p><p> Please note that if you remove a buddy from your list (or if the connection to that user drops) and there's still data in the buffer, this data will be lost. BitlBee will not try to send the message to the user in those cases. </p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="set_buddy_sendbuffer_delay"></a>buddy_sendbuffer_delay</h2></div></div></div><table class="simplelist" border="0" summary="Simple list"><tr><td>Type: integer</td></tr></table><p> - Tell BitlBee after how many seconds a buffered message should be sent. + Tell BitlBee after how many (mili)seconds a buffered message should be sent. Values greater than 5 will be interpreted as miliseconds, 5 and lower as seconds. </p><p> See also the <span class="emphasis"><em>buddy_sendbuffer</em></span> setting. </p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="set_default_target"></a>default_target</h2></div></div></div><table class="simplelist" border="0" summary="Simple list"><tr><td>Type: string</td></tr></table><p> diff --git a/doc/user-guide/user-guide.txt b/doc/user-guide/user-guide.txt index 449dd4de..63d3a67a 100644 --- a/doc/user-guide/user-guide.txt +++ b/doc/user-guide/user-guide.txt @@ -800,7 +800,9 @@ buddy_sendbuffer_delay Type: integer -Tell BitlBee after how many seconds a buffered message should be sent. +Tell BitlBee after how many (mili)seconds a buffered message should be sent. +Values greater than 5 will be interpreted as miliseconds, 5 and lower as +seconds. See also the buddy_sendbuffer setting. |