diff options
author | Vivia Nikolaidou | 2013-11-05 15:45:52 +0200 |
---|---|---|
committer | Vivia Nikolaidou | 2013-11-05 15:45:52 +0200 |
commit | 6710f8b056262f90f2cd96ef444f1f992a0d10f1 (patch) | |
tree | b14910ff0354349ba60c8633d1929ba29a74dd5e /shbrain.sh | |
parent | Fix nickname and channel detection (diff) | |
download | shbot-6710f8b056262f90f2cd96ef444f1f992a0d10f1.tar.gz shbot-6710f8b056262f90f2cd96ef444f1f992a0d10f1.tar.bz2 shbot-6710f8b056262f90f2cd96ef444f1f992a0d10f1.zip |
Fixed advert command
Diffstat (limited to '')
-rwxr-xr-x | shbrain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |