Filter out 429 too many requests for youtube filter sites. - annna - Annna the … | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9d1c85fc6ef8ea5c5f06841f5a8c73048198e391 | |
parent 0c779b334f7e2b934281310797055565dd0368b4 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 26 Dec 2023 09:55:58 +0100 | |
Filter out 429 too many requests for youtube filter sites. | |
Diffstat: | |
M annna-message-common | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -99,6 +99,10 @@ case "${text}" in | |
annna-say -s "${server}" -c "${channel}" "Oh Günther! ❤ �… | |
uriexpansion=1 | |
;; | |
+ "429 Too Many Requests"*) | |
+ titleend=1 | |
+ uriexpand=1 | |
+ ;; | |
*\|\ Cloudflare*|"Just a moment...") | |
annna-say -s "${server}" -c "${channel}" "Mind your own busine… | |
titleend=1 |