diff options
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 85003f24..74310d5e 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -392,7 +392,7 @@ <description> <para> - Available subcommands: connect, disconnect, smp, smpq, trust, info, keygen, and forget. See <emphasis>help otr <subcommand></emphasis> for more information. + Available subcommands: connect, disconnect, reconnect, smp, smpq, trust, info, keygen, and forget. See <emphasis>help otr <subcommand></emphasis> for more information. </para> </description> @@ -423,6 +423,23 @@ </bitlbee-command> + <bitlbee-command name="reconnect"> + <syntax>otr reconnect <nick></syntax> + + <description> + + <para> + Breaks and re-establishes the encrypted connection with the specified user. Useful if something got desynced. + </para> + + <para> + Equivalent to <emphasis>otr disconnect</emphasis> followed by <emphasis>otr connect</emphasis>. + </para> + + </description> + + </bitlbee-command> + <bitlbee-command name="smp"> <syntax>otr smp <nick> <secret></syntax> @@ -753,7 +770,7 @@ </bitlbee-setting> <bitlbee-setting name="base_url" type="string" scope="account"> - <default>http://twitter.com</default> + <default>http://api.twitter.com/1</default> <description> <para> @@ -836,6 +853,7 @@ <variablelist> <varlistentry><term>undo [<id>]</term><listitem><para>Delete your last Tweet (or one with the given ID)</para></listitem></varlistentry> <varlistentry><term>rt <screenname|id></term><listitem><para>Retweet someone's last Tweet (or one with the given ID)</para></listitem></varlistentry> + <varlistentry><term>reply <screenname|id></term><listitem><para>Reply to a Tweet (with a reply-to reference)</para></listitem></varlistentry> <varlistentry><term>follow <screenname></term><listitem><para>Start following a person</para></listitem></varlistentry> <varlistentry><term>unfollow <screenname></term><listitem><para>Stop following a person</para></listitem></varlistentry> <varlistentry><term>post <message></term><listitem><para>Post a tweet</para></listitem></varlistentry> @@ -1312,6 +1330,16 @@ </description> </bitlbee-setting> + <bitlbee-setting name="show_ids" type="boolean" scope="account"> + <default>false</default> + + <description> + <para> + Enable this setting on a Twitter account to have BitlBee include a two-digit "id" in front of every message. This id can then be used for replies and retweets. + </para> + </description> + </bitlbee-setting> + <bitlbee-setting name="show_offline" type="boolean" scope="global"> <default>false</default> |