Updated the nick module slightly.
This commit is contained in:
@@ -4,5 +4,6 @@ user=$1
|
|||||||
shift
|
shift
|
||||||
shift
|
shift
|
||||||
if [[ "$user" =~ $allowList ]]; then
|
if [[ "$user" =~ $allowList ]]; then
|
||||||
|
./modules/do/do.sh "$1" "#$channel" "does a magical gesture and turns into ${1}!"
|
||||||
nick $1
|
nick $1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user