New function and module to allow users in the allowList to change the bot's nick

This commit is contained in:
Kyle
2020-08-17 19:51:38 -04:00
parent b483424d8f
commit cce7ef88dc
3 changed files with 17 additions and 0 deletions

2
bot.sh
View File

@ -6,6 +6,8 @@ if [ "$(whoami)" = "root" ]; then
fi
[ -f functions.sh ] && source functions.sh
[ -f bot.cfg ] && source bot.cfg
export allowList
export ignoreList
input=".botinput"
close_bot() {