diff src/plugins/plugin_xep_0048.py @ 1373:6d0e01809893

plugin text commands: minor docstrings improvments
author Goffi <goffi@goffi.org>
date Thu, 19 Mar 2015 14:41:15 +0100
parents 876c9fbd0b3d
children 069ad98b360d
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0048.py	Thu Mar 19 14:38:02 2015 +0100
+++ b/src/plugins/plugin_xep_0048.py	Thu Mar 19 14:41:15 2015 +0100
@@ -422,6 +422,7 @@
 
         @command (group): [autojoin | remove]
             - autojoin: join room automatically on connection
+            - remove: remove bookmark(s) for this room
         """
         client = self.host.getClient(profile)
         txt_cmd = self.host.plugins[C.TEXT_CMDS]