mirror of
https://github.com/hyper-neptune/yuuki.git
synced 2024-11-10 08:26:06 +08:00
v6.5.0-alpha_RC4
This commit is contained in:
parent
f04a8af97f
commit
c32b33e40a
1 changed files with 3 additions and 2 deletions
|
@ -582,7 +582,8 @@ class Yuuki:
|
|||
self.data.updateLog("KickEvent", (self.data.getTime(), GroupInfo.name, GroupID, Kicker, Action, Another, ncMessage.type*10+3))
|
||||
self.data.updateData(self.data.getData("BlackList"), True, Action)
|
||||
# Log
|
||||
self.data.updateLog("BlackList", (self.data.getTime(), Action, GroupID))
|
||||
if Action not in self.data.getData("BlackList"):
|
||||
self.data.updateLog("BlackList", (self.data.getTime(), Action, GroupID))
|
||||
self.sendText(Action, _("You had been blocked by our database."))
|
||||
elif Security_Access:
|
||||
self.sendText(GroupID, _("DO NOT KICK, thank you ^^"))
|
||||
|
@ -630,7 +631,7 @@ class Yuuki:
|
|||
print("System Exit.")
|
||||
self.exit()
|
||||
except KeyboardInterrupt:
|
||||
print("Admin Exit.")
|
||||
print("\nAdmin Exit.")
|
||||
self.exit()
|
||||
except EOFError:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue