summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivia Nikolaidou2013-11-05 15:45:52 +0200
committerVivia Nikolaidou2013-11-05 15:45:52 +0200
commit6710f8b056262f90f2cd96ef444f1f992a0d10f1 (patch)
treeb14910ff0354349ba60c8633d1929ba29a74dd5e
parentFix nickname and channel detection (diff)
downloadshbot-6710f8b056262f90f2cd96ef444f1f992a0d10f1.tar.gz
shbot-6710f8b056262f90f2cd96ef444f1f992a0d10f1.tar.bz2
shbot-6710f8b056262f90f2cd96ef444f1f992a0d10f1.zip
Fixed advert command
-rwxr-xr-xshbrain.sh2
1 files changed, 1 insertions, 1 deletions
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