Remove debug from annna-message-common. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 700f679c2a94ed34f70a04dbc6a860e7c869c2fb | |
parent 38b8bbc14f907ef818590b8169c8c1088cdcd6f5 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 9 Jan 2022 18:11:13 +0100 | |
Remove debug from annna-message-common. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -29,7 +29,7 @@ regeximatch() { | |
printf '%s' "$1" | grep -i -E -q "$2" | |
} | |
-printf "%s %s %s %s\n" "${0##*/}" "${channel}" "${user}" "${text}" | |
+#printf "%s %s %s %s\n" "${0##*/}" "${channel}" "${user}" "${text}" | |
[ "$user" = "${botname}" ] && exit 0 | |