Updated args module.
This commit is contained in:
@ -1 +1,2 @@
|
||||
echo "PRIVMSG $2 :$1: $@"
|
||||
[ -f functions.sh ] && source functions.sh
|
||||
msg "$2" "$1: $@"
|
||||
|
Reference in New Issue
Block a user
@ -1 +1,2 @@
|
||||
echo "PRIVMSG $2 :$1: $@"
|
||||
[ -f functions.sh ] && source functions.sh
|
||||
msg "$2" "$1: $@"
|
||||
|