mirror of
https://github.com/hyper-neptune/yuuki.git
synced 2024-11-15 19:04:37 +08:00
v6.5.1_RC2
This commit is contained in:
parent
dce0a06b25
commit
41b1b474c0
3 changed files with 4 additions and 0 deletions
|
@ -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...",
|
||||
|
|
|
@ -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...": "測試中...",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue