mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-21 08:01:00 +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):
|
def doQuit(self, irc, msg):
|
||||||
for channel in self.channels.itervalues():
|
for channel in self.channels.itervalues():
|
||||||
channel.removeUser(msg.nick)
|
channel.removeUser(msg.nick)
|
||||||
|
del self.nicksToHostmasks[msg.nick]
|
||||||
|
|
||||||
def doTopic(self, irc, msg):
|
def doTopic(self, irc, msg):
|
||||||
if len(msg.args) == 1:
|
if len(msg.args) == 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user