[mcepl] Fix typo. Fixes #5205
This commit is contained in:
parent
260f1541d1
commit
23e0ea755f
|
@ -1743,7 +1743,7 @@ class ChangeNickDialog(InputDialogCheck):
|
|||
self.gc_control.new_nick = ''
|
||||
self.check_next()
|
||||
|
||||
def add_room(self, account, room_jid, pompt):
|
||||
def add_room(self, account, room_jid, prompt):
|
||||
if (account, room_jid, prompt) not in self.room_queue:
|
||||
self.room_queue.append((account, room_jid, prompt))
|
||||
|
||||
|
|
Loading…
Reference in New Issue