Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/groupchats.py')
-rw-r--r--extensions/groupchats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/groupchats.py b/extensions/groupchats.py
index d359641..0695bc6 100644
--- a/extensions/groupchats.py
+++ b/extensions/groupchats.py
@@ -482,6 +482,7 @@ def exterminateChats(user=None, chats=[]):
if not frm:
logger.critical("no from in stanza! %s", stanza)
return
+ chat = frm.getStripped()
if xmpp.isResultNode(stanza):
logger.debug("groupchats: target exterminated! Yay! target:%s (jid: %s)", chat, jid)
else: