mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
We didn't used to prefixName, so let's stay that way.
This commit is contained in:
parent
d77565a547
commit
c77daeac5c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user