Size: 856
Comment: cosmetics
|
← Revision 4 as of 2017-07-11 18:08:59 ⇥
Size: 1168
Comment: added paste_buffer_delay
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
There is a hack to get newlines into a message. Turn on paste_buffer. | There is a hack to get newlines into a message. Turn on '''paste_buffer'''. {{{ > help set paste_buffer }}} Type: boolean |
Line 3: | Line 7: |
> help set paste_buffer | Scope: global |
Line 5: | Line 9: |
Type: boolean Scope: global |
|
Line 8: | Line 10: |
By default, when you send a message to someone, !BitlBee forwards this message to the user immediately. When you paste a large number of lines, the lines will be sent in separate messages, which might not be very nice to read. If you enable this setting, !BitlBee will buffer your |
By default, when you send a message to someone, !BitlBee forwards this message to the user immediately. When you paste a large number of lines, the lines will be sent in separate messages, which might not be very nice to read. If you enable this setting, !BitlBee will buffer your |
Line 12: | Line 15: |
Using the paste_buffer_delay setting you can specify the number of seconds !BitlBee should wait for more data before the complete message is |
Using the '''paste_buffer_delay''' setting you can specify the number of seconds !BitlBee should wait for more data before the complete message is |
Line 16: | Line 19: |
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 | 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 |
Line 18: | Line 21: |
{{{ > help set paste_buffer_delay }}} Type: integer Scope: global Default: 200 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 paste_buffer setting. |
There is a hack to get newlines into a message. Turn on paste_buffer.
> help set paste_buffer
Type: boolean
Scope: global
Default: false
By default, when you send a message to someone, BitlBee forwards this message to the user immediately. When you paste a large number of lines, the lines will be sent in separate messages, which might not be very nice to read. If you enable this setting, BitlBee will buffer your messages and wait for more data.
Using the paste_buffer_delay setting you can specify the number of seconds BitlBee should wait for more data before the complete message is sent.
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.
> help set paste_buffer_delay
Type: integer
Scope: global
Default: 200
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 paste_buffer setting.