Added a cuss module, several minor code improvements.

This commit is contained in:
Storm Dragon
2016-09-06 18:17:34 -04:00
parent 12204246ca
commit 2ffd9ae28f
3 changed files with 22 additions and 2 deletions

2
bot.sh
View File

@ -80,7 +80,7 @@ do
fi
./modules/${com% *}/${com% *}.sh "$who" "$from" "$will"
else
./triggers/keywords/keywords.sh "$from" "$res"
./triggers/keywords/keywords.sh "$who" "$from" "$res"
fi
# "#" would mean it's a channel
if [ "$(echo "$from" | grep '#')" ]; then