mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-28 14:01:04 -05:00
Have all disableANSI use the strip method.
This commit is contained in:
parent
dc84be8292
commit
bd0249965b
@ -523,7 +523,7 @@ class Weather(callbacks.Plugin):
|
||||
output += " | {0} {1}".format(self._bold('Updated:'), outdata['observation'])
|
||||
# output.
|
||||
if self.registryValue('disableANSI', msg.args[0]):
|
||||
irc.reply(ircutils.stripFormatting(output))
|
||||
irc.reply(self._strip(output))
|
||||
else:
|
||||
irc.reply(output)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user