diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-09 10:48:56 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-09 10:48:56 +0100 |
commit | bd5eee34fd1495820fb8440d515cbc86e8d912b2 (patch) | |
tree | a2893dfdce80c818c9b1c34a320b8f45e064cd82 /doc/user-guide | |
parent | 75610c3b53a68451d9eaf40fdc8a5e6419a13339 (diff) | |
parent | 5a599a1550c670649dba681e702864d55d2e3795 (diff) |
Merging mainline, mostly for chatroom fixes I implemented there.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index e681429c..f3633971 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -662,6 +662,21 @@ </bitlbee-setting> + <bitlbee-setting name="message_length" type="integer" scope="account"> + <default>140</default> + + <description> + <para> + Since Twitter rejects messages longer than 140 characters, BitlBee can count message length and emit a warning instead of waiting for Twitter to reject it. + </para> + + <para> + You can change this limit here but this won't disable length checks on Twitter's side. You can also set it to 0 to disable the check in case you believe BitlBee doesn't count the characters correctly. + </para> + </description> + + </bitlbee-setting> + <bitlbee-setting name="mode" type="string" scope="account"> <possible-values>one, many, chat</possible-values> <default>one</default> |