coin module.

This commit is contained in:
Storm Dragon
2016-09-05 21:44:04 -04:00
parent af18b6c47a
commit d9b180deb3
6 changed files with 64 additions and 16 deletions

6
modules/say/say.sh Executable file
View File

@ -0,0 +1,6 @@
[ -f functions.sh ] && source functions.sh
shift
chan="$1"
shift
msg "$chan" "$@"