From 9e83114a2459970fc15a056c45082979734ec674 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 29 Jan 2005 21:43:23 +0000 Subject: [PATCH] Un-break the bot. This stuff should probably go somewhere other than the Owner plugin at some point. --- plugins/Owner/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Owner/plugin.py b/plugins/Owner/plugin.py index 7d6d42329..e87e5d564 100644 --- a/plugins/Owner/plugin.py +++ b/plugins/Owner/plugin.py @@ -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.