diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2011-05-01 18:22:35 +0200 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2011-05-01 18:22:35 +0200 |
commit | 69ef042b64ac1cb2f771d3ae02f27a7e64951222 (patch) | |
tree | dba92d7c0a025696b5919c3bb47c8519803a8d55 /doc/user-guide | |
parent | 6963230895c26d054cc3543b03787118e2334c32 (diff) |
add otr reconnect command
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> |