Do not debug when restarted. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit a241abf842006b3904dd91ac26d89325c330f316 | |
parent 586546f681eebf5dc1ddde8498367161e1f0da5b | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 15 May 2020 16:04:44 +0200 | |
Do not debug when restarted. | |
Diffstat: | |
M annna-start-services | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -35,7 +35,7 @@ annna_common() { | |
user="$2" | |
text="$3" | |
- printf "annna_common: %s %s %s\n" "${channel}" "${user}" "${text}" | |
+ #printf "annna_common: %s %s %s\n" "${channel}" "${user}" "${text}" | |
[ "$user" = "${botname}" ] && return | |