aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide
diff options
context:
space:
mode:
authorSven Moritz Hallberg <pesco@khjk.org>2011-05-01 18:22:35 +0200
committerSven Moritz Hallberg <pesco@khjk.org>2011-05-01 18:22:35 +0200
commit69ef042b64ac1cb2f771d3ae02f27a7e64951222 (patch)
treedba92d7c0a025696b5919c3bb47c8519803a8d55 /doc/user-guide
parent6963230895c26d054cc3543b03787118e2334c32 (diff)
add otr reconnect command
Diffstat (limited to 'doc/user-guide')
-rw-r--r--doc/user-guide/commands.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 2baed9d0..7a36083f 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 &lt;subcommand&gt;</emphasis> for more information.
+ Available subcommands: connect, disconnect, reconnect, smp, smpq, trust, info, keygen, and forget. See <emphasis>help otr &lt;subcommand&gt;</emphasis> for more information.
</para>
</description>
@@ -423,6 +423,23 @@
</bitlbee-command>
+ <bitlbee-command name="reconnect">
+ <syntax>otr reconnect &lt;nick&gt;</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 &lt;nick&gt; &lt;secret&gt;</syntax>