mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Slightly updated.
This commit is contained in:
parent
2b32ccdc7d
commit
45af6513d8
@ -62,11 +62,11 @@ class IrcDriver(object):
|
||||
|
||||
def die(self):
|
||||
# The end of any overrided die method should be
|
||||
# "super(Class, obj).die()", in order to make
|
||||
# "super(Class, self).die()", in order to make
|
||||
# sure this (and anything else later added) is done.
|
||||
_deadDrivers.append(self.name())
|
||||
|
||||
def reconnect(self):
|
||||
def reconnect(self, wait=False):
|
||||
raise NotImplementedError
|
||||
|
||||
def name(self):
|
||||
|
Loading…
Reference in New Issue
Block a user