diff options
| author | 2026-04-12 22:31:03 +0000 | |
|---|---|---|
| committer | 2026-04-12 18:11:00 -0600 | |
| commit | fb8236c1c797c282cd1a817e1a1beef92d8a4316 (patch) | |
| tree | 1674bf391d2dc8c285a81eeeb46423149669e312 | |
| parent | transferinliner: ignore wpull2-db-edit from +o (diff) | |
| -rw-r--r-- | transferinliner.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transferinliner.tcl b/transferinliner.tcl index 4128c93..03849b1 100644 --- a/transferinliner.tcl +++ b/transferinliner.tcl @@ -46,7 +46,7 @@ proc outputATTLink {nick uhost hand chan text} { return 1 } } - set ATTLinks [regexp -all -inline {https?://transfer\.archivete\.am/(?!inline/)[^\s]*} $text] + set ATTLinks [regexp -all -inline {https?://transfer\.archivete\.am/(?!inline/)[^\s<>]*} $text] set urls [split $ATTLinks " "] set filteredUrls {} |
