Archived
1
0
Fork 0

Fixed advert command

This commit is contained in:
Vivia Nikolaidou 2013-11-05 15:45:52 +02:00
parent f5faacf250
commit 6710f8b056

View file

@ -13,7 +13,7 @@ do
CMD=${EXPAND[4]#:} CMD=${EXPAND[4]#:}
ARGS=${EXPAND[*]:5} ARGS=${EXPAND[*]:5}
if [ "$CMD" = "advert" ]; then 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 elif [ "$CMD" = "join" ]; then
echo "JOIN $ARGS" >&3 echo "JOIN $ARGS" >&3
elif [ "$CMD" = "part" ]; then elif [ "$CMD" = "part" ]; then