mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +01:00
standardSubstitute moved
This commit is contained in:
parent
631da9c13f
commit
d9a8b7df06
@ -411,7 +411,7 @@ class Infobot(callbacks.PrivmsgCommandAndRegexp):
|
|||||||
assert self.msg is not None
|
assert self.msg is not None
|
||||||
msg = self.msg
|
msg = self.msg
|
||||||
self.replied = True
|
self.replied = True
|
||||||
irc.reply(plugins.standardSubstitute(irc, msg, s),
|
irc.reply(ircutils.standardSubstitute(irc, msg, s),
|
||||||
prefixName=False, action=action, msg=msg)
|
prefixName=False, action=action, msg=msg)
|
||||||
|
|
||||||
def confirm(self, irc=None, msg=None):
|
def confirm(self, irc=None, msg=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user