diff --git a/modules/args/args.sh b/modules/args/args.sh index 14b77cf..f42e7fb 100755 --- a/modules/args/args.sh +++ b/modules/args/args.sh @@ -1 +1,2 @@ -echo "PRIVMSG $2 :$1: $@" +[ -f functions.sh ] && source functions.sh +msg "$2" "$1: $@"