Made the driver die in Irc.die.

This commit is contained in:
Jeremy Fincher 2003-08-26 13:06:13 +00:00
parent 906b83f1ec
commit b8550ab31d
1 changed files with 1 additions and 0 deletions

View File

@ -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)