Oops, gotta self it.

This commit is contained in:
Jeremy Fincher 2004-01-04 13:54:14 +00:00
parent ab27174428
commit 80bab37e98
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class SocketDriver(drivers.IrcDriver):
self.reconnectWaitPeriodsIndex = 0
def die(self):
log.info('Driver for %s dying.', irc)
log.info('Driver for %s dying.', self.irc)
self.conn.close()
self.irc.die()