From beaa4d2aae2d87ca3185cbc3112c6cddaef6e681 Mon Sep 17 00:00:00 2001 From: DiSharko Date: Tue, 23 Jul 2013 13:27:38 -0400 Subject: [PATCH 1/2] bug fixed with azhu --- modules/azhu/azhu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/azhu/azhu.sh b/modules/azhu/azhu.sh index 0e97ecf..34dc196 100755 --- a/modules/azhu/azhu.sh +++ b/modules/azhu/azhu.sh @@ -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 From d8d50c0b17f08a6ebf852a77feef5e042397a27b Mon Sep 17 00:00:00 2001 From: DiSharko Date: Tue, 23 Jul 2013 13:28:33 -0400 Subject: [PATCH 2/2] upped version --- modules/azhu/azhu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/azhu/azhu.sh b/modules/azhu/azhu.sh index 34dc196..bc30af6 100755 --- a/modules/azhu/azhu.sh +++ b/modules/azhu/azhu.sh @@ -1,6 +1,6 @@ #!/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