diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-05-01 17:32:11 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-05-01 17:32:11 +0100 |
commit | 983bb666b65425aeb2bc8904b4c7cae11d43ded7 (patch) | |
tree | dba92d7c0a025696b5919c3bb47c8519803a8d55 /doc/user-guide | |
parent | 6963230895c26d054cc3543b03787118e2334c32 (diff) | |
parent | 69ef042b64ac1cb2f771d3ae02f27a7e64951222 (diff) |
Merging "otr reconnect", bug #740.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 19 |
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 <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> |