Merge pull request #7 from DiSharko/master

version should work now
This commit is contained in:
Dimitar Dimitrov 2013-07-23 10:30:36 -07:00
commit 3c3fbdc830
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash
versionString="azhu® version 2.0.1 by Andrew DiMarco"
versionString="azhu® version 2.0.2 by Andrew DiMarco"
if [ $# == 3 ]; then
if [ $3 == "--version" ]; then
echo $versionString
echo "PRIVMSG $2 :$1: "$versionString
exit
fi
elif [ $# == 1 ]; then