coin module.
This commit is contained in:
6
modules/say/say.sh
Executable file
6
modules/say/say.sh
Executable file
@ -0,0 +1,6 @@
|
||||
[ -f functions.sh ] && source functions.sh
|
||||
|
||||
shift
|
||||
chan="$1"
|
||||
shift
|
||||
msg "$chan" "$@"
|
Reference in New Issue
Block a user