Un-break the bot. This stuff should probably go somewhere other than the Owner plugin at some point.

This commit is contained in:
Jeremy Fincher 2005-01-29 21:43:23 +00:00
parent 68b1d65d68
commit 9e83114a24

View File

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