diff options
author | Marius Halden <marius.h@lden.org> | 2015-11-06 21:32:43 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2015-11-06 21:32:43 +0100 |
commit | 72c1c1a06e41282c42c7aed39cf3f25e158aa8fe (patch) | |
tree | c123f54fa8f63598f5944e1fc8e76d91fb938c6f /doc/user-guide | |
parent | 0b68a404a515b2f992bb44f76062335551671298 (diff) |
Add support for longer ids in the twitter chat
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 1060962e..be112341 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1691,6 +1691,17 @@ </description> </bitlbee-setting> + <bitlbee-setting name="long_ids" type="boolean" scope="global"> + <default>false</default> + <possible-values>true, false</possible-values> + + <description> + <para> + Use ids consisting of four hexadecimal digits instead of two for tweets. You have to signoff and on again for this setting to take effect. + </para> + </description> + </bitlbee-setting> + <bitlbee-command name="rename"> <short-description>Rename (renick) a buddy</short-description> <syntax>rename <oldnick> <newnick></syntax> |