Ignore:
Timestamp:
2010-05-03T21:36:43Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7d53efb, aa7ce1b
Parents:
6824fb3
Message:

Check Tweet length on the BitlBee side already.

File:
1 edited

Legend:

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

    r6824fb3 r9997691  
    663663        </bitlbee-setting>
    664664
     665        <bitlbee-setting name="message_length" type="integer" scope="account">
     666                <default>140</default>
     667
     668                <description>
     669                        <para>
     670                                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.
     671                        </para>
     672
     673                        <para>
     674                                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.
     675                        </para>
     676                </description>
     677
     678        </bitlbee-setting>
     679
    665680        <bitlbee-setting name="mode" type="string" scope="account">
    666681                <possible-values>one, many, chat</possible-values>
Note: See TracChangeset for help on using the changeset viewer.