Use the right settings when reconnecting from poezio
This commit is contained in:
parent
cdb0d2614d
commit
c8cd17f509
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ class CommandCore:
|
|||
if self.core.xmpp.is_connected():
|
||||
self.core.disconnect(reconnect=True)
|
||||
else:
|
||||
self.core.xmpp.connect()
|
||||
self.core.xmpp.start()
|
||||
|
||||
@command_args_parser.quoted(0, 3)
|
||||
def set(self, args):
|
||||
|
|
Loading…
Reference in a new issue