diff --git a/xmpp_tg/xmpp.py b/xmpp_tg/xmpp.py index ae6224b..2498516 100644 --- a/xmpp_tg/xmpp.py +++ b/xmpp_tg/xmpp.py @@ -438,7 +438,7 @@ class XMPPTelegram(ComponentXMPP): response = "Telegram chats:\n" for jid,tid in self.contact_list[jid].items(): response += "{}: {}\n".format(tid, jid) - self.gate_reply_message(iq, response)) + self.gate_reply_message(iq, response) else: # -------------------------------------------------- self.gate_reply_message(iq, 'Unknown command. Try !help for list all commands.')