mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +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
|
return
|
||||||
self.lastHerald[channel, id] = now
|
self.lastHerald[channel, id] = now
|
||||||
herald = plugins.standardSubstitute(irc, msg, herald)
|
herald = plugins.standardSubstitute(irc, msg, herald)
|
||||||
irc.reply(herald)
|
irc.reply(herald, prefixName=False)
|
||||||
|
|
||||||
def doPart(self, irc, msg):
|
def doPart(self, irc, msg):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user