.BANCHO. .FIX. Fix !kick command not working on irc clients

This commit is contained in:
Nyo 2016-12-10 19:10:00 +01:00
parent e92cbe47bd
commit b836f77446

View File

@ -324,7 +324,7 @@ class token:
self.enqueue(serverPackets.loginFailed())
# Logout event
logoutEvent.handle(self, deleteToken=False)
logoutEvent.handle(self, deleteToken=self.irc)
def silence(self, seconds = None, reason = "", author = 999):
"""