diff src/plugins/plugin_xep_0045.py @ 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 876c9fbd0b3d
children 73f8582c7c99
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():