diff options
| author | 2026-04-28 17:59:29 +0000 | |
|---|---|---|
| committer | 2026-04-29 18:09:26 -0600 | |
| commit | 59928b341d52d428c656d277952ecd05849ed232 (patch) | |
| tree | 61e8e3ab1171a3823152f4112a7c8848cb20e92f | |
| parent | fix typo in transferinliner (diff) | |
transferinliner: Also exclude .zip .7z .bundle
| -rw-r--r-- | transferinliner.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transferinliner.tcl b/transferinliner.tcl index 0ed2b79..ed1cf40 100644 --- a/transferinliner.tcl +++ b/transferinliner.tcl @@ -6,7 +6,7 @@ bind pubm * "% *https://transfer.archivete.am/*" outputATTLink set ATTAntiFloodSeconds 5 set ATTAntiFloodLinkSeconds 120 -set ATTExcludedExtensions {*.zst *.gz *.tar.gz *.tar *.tar.xz} +set ATTExcludedExtensions {*.zst *.gz *.tar.gz *.tar *.tar.xz *.zip *.7z *.bundle} array set ::ATTAntiFlood {} array set ::ATTAntiFloodLinks {} |
