mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Made the driver die in Irc.die.
This commit is contained in:
parent
906b83f1ec
commit
b8550ab31d
@ -511,6 +511,7 @@ class Irc(object):
|
||||
def die(self):
|
||||
for callback in self.callbacks:
|
||||
callback.die()
|
||||
self.driver.die()
|
||||
if self in world.ircs:
|
||||
world.ircs.remove(self)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user