Skip to content
Snippets Groups Projects
Commit 6630d88c authored by red-agent's avatar red-agent
Browse files

Fixed a bug in the nick command

parent 10a0867e
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,7 @@ class GroupChatCommands(CommonCommands):
except Exception:
raise CommandError(_("Invalid nickname"))
self.connection.join_gc(new_nick, self.room_jid, None, change_nick=True)
self.new_nick = new_nick
@command('query', raw=True)
def chat(self, nick):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment