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: