Use the right settings when reconnecting from poezio

This commit is contained in:
mathieui 2019-08-26 12:18:13 +02:00
parent cdb0d2614d
commit c8cd17f509
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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):