stormbot/modules/exit/exit.sh

9 lines
117 B
Bash
Raw Normal View History

2020-08-17 21:20:12 -04:00
[ -f functions.sh ] && source functions.sh
user=$1
shift
shift
if [[ "$user" =~ $allowList ]]; then
close_bot
fi