diff options
| author | 2026-04-25 07:58:57 -0600 | |
|---|---|---|
| committer | 2026-04-25 07:58:57 -0600 | |
| commit | 5c14b0fe3dc37de8ec4f66ed9bc6bdea412e462e (patch) | |
| tree | 613976a279aefde3b8ac9e47d7fa9088a2b5ab0e | |
| parent | transferinliner: Support <> links (diff) | |
| -rw-r--r-- | transferinliner.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transferinliner.tcl b/transferinliner.tcl index 03849b1..0ed2b79 100644 --- a/transferinliner.tcl +++ b/transferinliner.tcl @@ -18,7 +18,7 @@ proc outputATTLink {nick uhost hand chan text} { return 0 } if {[isop $nick $chan]} { - if {[string match "*wpull2-db-edit*" $text} { + if {[string match "*wpull2-db-edit*" $text]} { putlog "\[transferinliner\] ignoring transfer link from $nick!$uhost in $chan - user is op and line is wpull2-db-edit request ($text)" return 0 } |
