Protection for links.

This commit is contained in:
Storm Dragon 2020-08-09 21:32:58 -04:00
parent ec8878b6d1
commit 4217b45207
1 changed files with 2 additions and 0 deletions

2
bot.sh
View File

@ -92,7 +92,9 @@ set +f
# Trigger stuff happens here.
# Call link trigger if msg contains a link:
if [[ "$result" =~ .*http://|https://|www\..* ]]; then
set -f
./triggers/link/link.sh "$who" "$from" "$result"
set -f
# Although this calls modules, it triggers on text other than the bot's nick
elif [[ "$result" =~ ^.*PRIVMSG.*:[[:punct:]].* ]]; then
command="${result#*:[[:punct:]]}"