aboutsummaryrefslogtreecommitdiff
path: root/bot.zsh
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-02-07 15:25:00 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-02-07 15:25:07 +0300
commitc2e9d5e43492d6136cae2acd469e44d3553b95e7 (patch)
tree5302d51977a22ac688c105984cd4463c4cb0282c /bot.zsh
parentfaeee8067b29c903c7e69c30ee06ca2ca620fa0a (diff)
files/help: Add SauceNAO topic
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'bot.zsh')
-rwxr-xr-xbot.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.zsh b/bot.zsh
index 885bace..d3d517d 100755
--- a/bot.zsh
+++ b/bot.zsh
@@ -718,7 +718,7 @@ file_content="$(sed "s/{version_placeholder}/${version}/" "${file}")"
if [[ -n "${nocommand_source}" ]]
then
- file_content="$(sed -e '/^\[snkey\].*$/d' -e '/^\/source.*$/d' <<< "${file_content}")"
+ file_content="$(sed -e '/^\[snkey\].*$/d' -e '/^\/source.*$/d' -e '/^source::.*$/d' <<< "${file_content}")"
fi
help_line_counter=1