Remove debug text from filter debugging run. - annna - Annna the nice friendly … | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 017dbb78052d5def6c666476654180b19aed8afb | |
parent ce146b18804ee325eb12a222e47769ee786f14a9 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 6 Feb 2022 21:00:34 +0100 | |
Remove debug text from filter debugging run. | |
Diffstat: | |
M annna-message-common | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -832,7 +832,6 @@ case "${text}" in | |
"${botname}, please imam #"*|\ | |
"${botname}, please widen #"*|\ | |
"${botname}, please ww1 #"*) | |
- annna-say -s "${server}" -c "${channel}" "debug: text = ${text}" | |
hashtag="$(printf "%s\n" "${text}" | sed 's/.*#//; s/ .*//' )" | |
recipient="$(printf "%s\n" "${text}" | sed 's/.* for //' )" | |
origext="$(grep -E "^#${hashtag} " "${hashtagfile}" | sed 's/.*\.//')" |