changeset 1381:0d12d4e32664

plugin XEP-0045: /join text command can be used in all contexts, not only group
author Goffi <goffi@goffi.org>
date Fri, 20 Mar 2015 20:49:58 +0100
parents 8aa32bcc3a9c
children b01efa1c0f5e
files src/plugins/plugin_xep_0045.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0045.py	Fri Mar 20 17:47:48 2015 +0100
+++ b/src/plugins/plugin_xep_0045.py	Fri Mar 20 20:49:58 2015 +0100
@@ -463,7 +463,7 @@
     def cmd_join(self, mess_data, profile):
         """join a new room
 
-        @command (group): JID
+        @command (all): JID
             - JID: room to join (on the same service if full jid is not specified)
         """
         if mess_data["unparsed"].strip():