mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Fixed bug #1029690.
This commit is contained in:
parent
5dd099c459
commit
aeecf352a7
@ -231,7 +231,7 @@ class Google(callbacks.PrivmsgCommandAndRegexp):
|
||||
self.registryValue('colorfulFilter', msg.args[0]):
|
||||
s = msg.args[1]
|
||||
s = re.sub(self._googleRe, self._getColorGoogle, s)
|
||||
msg = ircmsgs.privmsg(msg.args[0], s, prefix=msg.prefix)
|
||||
msg = ircmsgs.privmsg(msg.args[0], s, msg=msg)
|
||||
return msg
|
||||
|
||||
def formatData(self, data, bold=True, max=0):
|
||||
|
Loading…
Reference in New Issue
Block a user