v6.5.0-alpha_RC4

This commit is contained in:
SuperSonic 2019-08-28 10:02:57 +08:00
parent f04a8af97f
commit c32b33e40a

View file

@ -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