diff options
author | unknown <pesco@khjk.org> | 2014-02-07 17:00:40 +0100 |
---|---|---|
committer | unknown <pesco@khjk.org> | 2014-02-07 17:00:40 +0100 |
commit | c239fff45764798331d5ce9b3190fa286c0f83f9 (patch) | |
tree | d585491c30bbc9e6fdc72b202ff642338c04a9c7 /doc/user-guide | |
parent | 71004a373c3533cc643740adf5ad9b626ba4ac72 (diff) |
close otr connections on quit, add 'otr disconnect *' command
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 62e1e855..45a6674f 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -412,11 +412,12 @@ <bitlbee-command name="disconnect"> <syntax>otr disconnect <nick></syntax> + <syntax>otr disconnect *</syntax> <description> <para> - Resets the connection with the specified user to cleartext. + Resets the connection with the specified user/all users to cleartext. </para> </description> |