Fixed advert command
This commit is contained in:
parent
f5faacf250
commit
6710f8b056
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue