From f53219762ba2732e285abf45e0254737e03ab516 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Wed, 30 Jan 2019 11:24:51 +0300 Subject: mod_groupchat_prs: drop the misleading leave message (#222) --- modules/mod_groupchat_prs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mod_groupchat_prs.py b/modules/mod_groupchat_prs.py index 88486b6..a0d7320 100644 --- a/modules/mod_groupchat_prs.py +++ b/modules/mod_groupchat_prs.py @@ -70,7 +70,7 @@ def handleChatPresences(source, prs): if (time.gmtime().tm_mon, time.gmtime().tm_mday) == (4, 1): setAffiliation(source, "outcast", jid, reason=_("Get the hell outta here!")) else: - leaveChat(source, jid, _("I am not welcomed here")) + leaveChat(source, jid) if (prs.getRole(), prs.getAffiliation()) == ("moderator", "owner"): if jid != TransportID: -- cgit v1.2.3