strip html
This commit is contained in:
parent
1d19a40d84
commit
5d69eb6afa
|
@ -80,7 +80,7 @@ class BotLibre(callbacks.Plugin):
|
|||
response = j['message']
|
||||
self.conversation[channel] = j['conversation']
|
||||
if response:
|
||||
irc.reply(j['message'])
|
||||
irc.reply(re.sub('<[^<]+?>', '', j['message']))
|
||||
except:
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue