Moving common functions to a functions file.

This commit is contained in:
Storm Dragon
2016-09-03 00:14:12 -04:00
parent 04b2237242
commit b5b5dc1d10
3 changed files with 13 additions and 9 deletions

View File

@ -1 +1,2 @@
echo "PRIVMSG $2 :$1: pong"
[ -f functions.sh ] && source functions.sh
msg $2 "$1: pong"