bug fixed with azhu

This commit is contained in:
DiSharko 2013-07-23 13:27:38 -04:00
parent 00228ad0c0
commit beaa4d2aae

View File

@ -4,7 +4,7 @@ versionString="azhu® version 2.0.1 by Andrew DiMarco"
if [ $# == 3 ]; then
if [ $3 == "--version" ]; then
echo $versionString
echo "PRIVMSG $2 :$1: "$versionString
exit
fi
elif [ $# == 1 ]; then