mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Handle QUIT properly in IrcState.
This commit is contained in:
parent
fe139ce79b
commit
e1cf38f171
@ -402,6 +402,7 @@ class IrcState(IrcCommandDispatcher):
|
||||
def doQuit(self, irc, msg):
|
||||
for channel in self.channels.itervalues():
|
||||
channel.removeUser(msg.nick)
|
||||
del self.nicksToHostmasks[msg.nick]
|
||||
|
||||
def doTopic(self, irc, msg):
|
||||
if len(msg.args) == 1:
|
||||
|
Loading…
Reference in New Issue
Block a user