# HG changeset patch # User Goffi # Date 1426880998 -3600 # Node ID 0d12d4e32664a0c4d1d5dc3455041df12e840fe7 # Parent 8aa32bcc3a9c8cf628416229c100a84a1f32516b plugin XEP-0045: /join text command can be used in all contexts, not only group diff -r 8aa32bcc3a9c -r 0d12d4e32664 src/plugins/plugin_xep_0045.py --- 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():