mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +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:
|
except KeyError:
|
||||||
default = self.registryValue('default', channel)
|
default = self.registryValue('default', channel)
|
||||||
if default:
|
if default:
|
||||||
|
default = plugins.standardSubstitute(irc, msg, default)
|
||||||
target = msg.nick
|
target = msg.nick
|
||||||
if self.registryValue('default.public', channel):
|
if self.registryValue('default.public', channel):
|
||||||
target = channel
|
target = channel
|
||||||
|
Loading…
Reference in New Issue
Block a user