mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Forgot this from the nested plugins changes.
This commit is contained in:
parent
fc2a18bdb3
commit
51637b3b00
@ -77,6 +77,9 @@ class IrcCallback(IrcCommandDispatcher):
|
|||||||
'outFilter': lambda self, irc, msg: msg,
|
'outFilter': lambda self, irc, msg: msg,
|
||||||
'name': lambda self: self.__class__.__name__,}
|
'name': lambda self: self.__class__.__name__,}
|
||||||
|
|
||||||
|
def __init__(self, *args, **kwargs):
|
||||||
|
super(IrcCallback, self).__init__(*args, **kwargs)
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return '<%s %s>' % (self.__class__.__name__, self.name())
|
return '<%s %s>' % (self.__class__.__name__, self.name())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user