diff --git a/bashbot.sh b/bashbot.sh index 215980d..5b74f96 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -30,7 +30,7 @@ BOTCOMMANDS="-h help init start stop status suspendback resumeback killb # 8 - curl/wget missing # 10 - not bash! # -#### $$VERSION$$ v1.35-dev-14-g08a0524 +#### $$VERSION$$ v1.35-dev-21-gcbf3945 ################################################################## # emmbeded system may claim bash but it is not @@ -707,7 +707,7 @@ process_client() { # process inline and message events # first classic command dispatcher # shellcheck source=./commands.sh - source "${COMMANDS}" "${debug}" & + "${COMMANDS}" "${debug}" & # then all registered addons if [ -z "${iQUERY[ID]}" ]; then