From 6710f8b056262f90f2cd96ef444f1f992a0d10f1 Mon Sep 17 00:00:00 2001 From: Vivia Nikolaidou Date: Tue, 5 Nov 2013 15:45:52 +0200 Subject: Fixed advert command --- shbrain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shbrain.sh b/shbrain.sh index 572bd10..93bded0 100755 --- a/shbrain.sh +++ b/shbrain.sh @@ -13,7 +13,7 @@ do CMD=${EXPAND[4]#:} ARGS=${EXPAND[*]:5} if [ "$CMD" = "advert" ]; then - echo "PRIVMSG $ARGS :Listen to shbot, the one true Bot"'!' >&3 + echo "Listen to shbot, the one true Bot!" elif [ "$CMD" = "join" ]; then echo "JOIN $ARGS" >&3 elif [ "$CMD" = "part" ]; then -- cgit v1.2.3