From 5c14b0fe3dc37de8ec4f66ed9bc6bdea412e462e Mon Sep 17 00:00:00 2001 From: steering7253 Date: Sat, 25 Apr 2026 07:58:57 -0600 Subject: fix typo in transferinliner --- transferinliner.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transferinliner.tcl') 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 } -- cgit v1.3-10-gefec