v6.5.1_RC2

This commit is contained in:
SuperSonic 2019-09-12 20:30:30 +08:00
parent dce0a06b25
commit 41b1b474c0
3 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@ class English:
"You are our blacklist. Bye~": "You are our blacklist. Bye~",
"You had been blocked by our database.": "You had been blocked by our database.",
"\nExtend Administrator(s)": "\nExtend Administrator(s)",
"The one who was been kicked:": "The one who was been kicked:",
"Kick Limit.": "Kick Limit.",
"Cancel Limit.": "Cancel Limit.",
"Testing...": "Testing...",

View file

@ -34,6 +34,7 @@ class Traditional_Chinese:
"You are our blacklist. Bye~": "再見了~黑名單用戶。",
"You had been blocked by our database.": "您目前已被本程序封鎖。",
"\nExtend Administrator(s)": "\n延伸管理員",
"The one who was been kicked:": "這是那個被踢的可憐孩子:",
"Kick Limit.": "踢人次數已達上限",
"Cancel Limit.": "取消次數已達上限",
"Testing...": "測試中...",

View file

@ -704,6 +704,8 @@ class Yuuki:
Kicker = self.kickSomeone(GroupInfo, Action)
# Log
self.data.updateLog("KickEvent", (self.data.getTime(), GroupInfo.name, GroupID, Kicker, Action, Another, ncMessage.type))
self.Thread_Exec(self.sendText, (GroupID, _("The one who was been kicked:")))
self.Thread_Exec(self.sendUser, (GroupID, Another))
self.YuukiVariable["Sync"] = self.data.Data
# Main