diff --git a/mycommands.sh b/mycommands.sh index 0ad8f69..e7d34bd 100644 --- a/mycommands.sh +++ b/mycommands.sh @@ -13,7 +13,7 @@ # License: WTFPLv2 http://www.wtfpl.net/txt/copying/ # Author: KayM (gnadelwartz), kay@rrr.de # -#### $$VERSION$$ v1.45-dev-13-g117255a +#### $$VERSION$$ v1.45-dev-20-g2f4ef69 ####################################################### # shellcheck disable=SC1117 @@ -124,10 +124,15 @@ else case "${MESSAGE}" in ################## # example commands, replace them by your own + '/_dice_re'*) # dice from user received + sleep 5 + local gameresult="*Congratulation ${USER[FIRST_NAME]} ${USER[LAST_NAME]}* you got *${MESSAGE[RESULT]} Points*." + send_markdownv2_message "${CHAT[ID]}" "${gameresult}" + ;; '/game'*) # send random dice, edit list to fit your needs send_dice "${CHAT[ID]}" ":$(printf "slot_machine\ngame_die\ndart\nbasketball\nsoccer\nslot_machine"|sort -R|shuf -n 1shuf -n 1):" if [ "${BOTSENT[OK]}" = "true" ]; then - local gameresult="*Congratulation* you got *${BOTSENT[RESULT]} Points*." + local gameresult="*Congratulation ${USER[FIRST_NAME]}* ${USER[LAST_NAME]} you got *${BOTSENT[RESULT]} Points*." sleep 5 case "${BOTSENT[RESULT]}" in 1) gameresult="*Sorry* only *one Point* ...";;