From 01616418eae9c2af84018c80dd0d4d6f427dc4a5 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Tue, 31 May 2011 23:38:32 +0800 Subject: [PATCH] =?utf8?q?=E4=BF=AE=E6=AD=A3=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lilytalk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilytalk.py b/lilytalk.py index 3582354..071dc91 100755 --- a/lilytalk.py +++ b/lilytalk.py @@ -640,7 +640,7 @@ class AdminCommand(BasicCommand): targetnick = target.nick target.delete() self.msg.reply((u'OK,删除 %s。' % target.nick).encode('utf-8')) - send_to_all_except(self.sender.jid, (u'%s 已被删除。' % self.sender.nick) \ + send_to_all_except(self.sender.jid, (u'%s 已被删除。' % target.nick) \ .encode('utf-8')) xmpp.send_message(targetjid, u'你已被管理员从此群中删除,请删除该好友。') log_onoff(self.sender, KICK % (targetnick, targetjid)) -- 2.11.4.GIT