From 012487b92055aa38db0b8c67a4f5c8c975d44e7c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 1 Sep 2004 21:32:43 +0000 Subject: [PATCH] Fix bug #1020519. --- plugins/Herald.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Herald.py b/plugins/Herald.py index 09373baa0..13f3129df 100644 --- a/plugins/Herald.py +++ b/plugins/Herald.py @@ -102,7 +102,7 @@ class Herald(callbacks.Privmsg): def doJoin(self, irc, msg): channel = msg.args[0] - irc = callbacks.SimpleIrc(irc, msg) + irc = callbacks.SimpleProxy(irc, msg) if self.registryValue('heralding', channel): try: id = ircdb.users.getUserId(msg.prefix)