diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-07 15:25:00 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-07 15:25:07 +0300 |
| commit | c2e9d5e43492d6136cae2acd469e44d3553b95e7 (patch) | |
| tree | 5302d51977a22ac688c105984cd4463c4cb0282c /bot.zsh | |
| parent | faeee8067b29c903c7e69c30ee06ca2ca620fa0a (diff) | |
files/help: Add SauceNAO topic
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'bot.zsh')
| -rwxr-xr-x | bot.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
