mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
standardSubstitute on the default herald.
This commit is contained in:
parent
5c910c62f1
commit
df1a964a0f
@ -106,6 +106,7 @@ class Herald(callbacks.Privmsg):
|
||||
except KeyError:
|
||||
default = self.registryValue('default', channel)
|
||||
if default:
|
||||
default = plugins.standardSubstitute(irc, msg, default)
|
||||
target = msg.nick
|
||||
if self.registryValue('default.public', channel):
|
||||
target = channel
|
||||
|
Loading…
Reference in New Issue
Block a user