thanks (119B)
1 #!/bin/bash 2 3 replies=( 4 "No problem, $NAME" 5 "$NAME, you're welcome!" 6 ) 7 8 echo ${replies[$((RANDOM % ${#replies[@]}))]}
marvvin[archived] IRC bot | |
git clone https://hhvn.uk/marvvin | |
git clone git://hhvn.uk/marvvin | |
Log | Files | Refs | README | LICENSE |