Remove debugging from video search. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 91a9ffcc1ccbc76d86b9115e03478ff572d49358 | |
parent b13855cb89ea555afdfcbc5a815647a5f532ef65 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 17 Apr 2024 16:34:37 +0200 | |
Remove debugging from video search. | |
Diffstat: | |
M annna-message-common | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -328,7 +328,6 @@ case "${text}" in | |
;; | |
esac | |
videoresult="$(idiotbox-roulette "${word}")" | |
- annna-say -s "${server}" -c "${channel}" "${user}, ${word}" | |
if [ -n "${videoresult}" ]; | |
then | |
annna-say -s "${server}" -c "${channel}" "${user}, ${videoresu… |