Updated the nick module slightly.

This commit is contained in:
Storm Dragon 2020-08-18 10:16:06 -04:00
parent 6262add761
commit c5f5c41a7d
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ user=$1
shift
shift
if [[ "$user" =~ $allowList ]]; then
./modules/do/do.sh "$1" "#$channel" "does a magical gesture and turns into ${1}!"
nick $1
fi