We didn't used to prefixName, so let's stay that way.

This commit is contained in:
James Vega 2004-09-07 19:58:24 +00:00
parent d77565a547
commit c77daeac5c

View File

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