mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-03 04:50:43 +01:00
Un-break the bot. This stuff should probably go somewhere other than the Owner plugin at some point.
This commit is contained in:
parent
68b1d65d68
commit
9e83114a24
@ -122,7 +122,7 @@ class LogProxy(object):
|
||||
class Owner(callbacks.Privmsg):
|
||||
# This plugin must be first; its priority must be lowest; otherwise odd
|
||||
# things will happen when adding callbacks.
|
||||
def __init__(self, irc):
|
||||
def __init__(self, irc=None):
|
||||
self.__parent = super(Owner, self)
|
||||
self.__parent.__init__(irc)
|
||||
# Setup log object/command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user