TextArt: sanitize wttr input.

This commit is contained in:
oddluck 2020-09-22 20:21:37 +00:00
parent 4342573369
commit de6adf3fc8

View File

@ -1581,6 +1581,8 @@ class TextArt(callbacks.Plugin):
return
if not irc.isChannel(channel):
channel = msg.nick
if "format=j" in location.lower():
return
optlist = dict(optlist)
if "delay" in optlist:
delay = optlist.get("delay")