mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-21 23:25:08 +00:00
modules: startBot: adjust start message
This commit is contained in:
parent
b097f088c8
commit
45efa80699
@ -4,7 +4,7 @@
|
|||||||
# File: processUpdates.sh
|
# File: processUpdates.sh
|
||||||
# Note: DO NOT EDIT! this file will be overwritten on update
|
# Note: DO NOT EDIT! this file will be overwritten on update
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.51-dev-20-ge4c13dd
|
#### $$VERSION$$ v1.51-dev-21-gb097f08
|
||||||
##################################################################
|
##################################################################
|
||||||
|
|
||||||
##############
|
##############
|
||||||
@ -302,7 +302,7 @@ declare -A BASHBOTBLOCKED
|
|||||||
start_bot() {
|
start_bot() {
|
||||||
local DEBUGMSG
|
local DEBUGMSG
|
||||||
# startup message
|
# startup message
|
||||||
DEBUGMSG="BASHBOT startup actions, debug mode set to \"${1:-normal}\" =========="
|
DEBUGMSG="BASHBOT startup actions, mode set to \"${1:-normal}\" =========="
|
||||||
log_update "${DEBUGMSG}"
|
log_update "${DEBUGMSG}"
|
||||||
# redirect to Debug.log
|
# redirect to Debug.log
|
||||||
if [[ "$1" == *"debug" ]]; then
|
if [[ "$1" == *"debug" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user