From c77daeac5cd50c3cad259de836fb6e105094c7f8 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 7 Sep 2004 19:58:24 +0000 Subject: [PATCH] We didn't used to prefixName, so let's stay that way. --- plugins/Herald.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Herald.py b/plugins/Herald.py index 13f3129df..0fc8771ef 100644 --- a/plugins/Herald.py +++ b/plugins/Herald.py @@ -128,7 +128,7 @@ class Herald(callbacks.Privmsg): return self.lastHerald[channel, id] = now herald = plugins.standardSubstitute(irc, msg, herald) - irc.reply(herald) + irc.reply(herald, prefixName=False) def doPart(self, irc, msg): try: