.BANCHO. .FIX. Fix !kick command not working on irc clients
This commit is contained in:
parent
e92cbe47bd
commit
b836f77446
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user