diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-14 11:00:54 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-14 11:00:54 +0300 |
| commit | b09241a7f2cf9443a8376a400c9bcc3dc36402e3 (patch) | |
| tree | 780c15abeccf2d9d34ae6df0abfda1f09bd9c0f2 | |
| parent | dccfbd238d025a8e71119e0aae654f3e8d33de25 (diff) | |
bot: Do not print file names during age check
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rwxr-xr-x | bot.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -485,9 +485,6 @@ source "${units}/log.zsh" for file in aliases.txt blacklist.txt commands.json help.txt whitelist.txt do - log_text="files/${file}" - source "${units}/log.zsh" - if [[ -f "${files}/${file}" ]] then if [[ "${files}/${file}" -ot "${files}/${file}xt.default" ]] |
