summaryrefslogtreecommitdiff
path: root/shbrain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shbrain.sh')
-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