standardSubstitute on the default herald.

This commit is contained in:
Jeremy Fincher 2004-08-20 23:26:54 +00:00
parent 5c910c62f1
commit df1a964a0f
1 changed files with 1 additions and 0 deletions

View File

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