From 566fa6f510f117487c80975281a4aeb6f9f7a0b5 Mon Sep 17 00:00:00 2001 From: klea Date: Sun, 12 Apr 2026 21:19:43 +0000 Subject: transferinliner: ignore wpull2-db-edit from +o --- transferinliner.tcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/transferinliner.tcl b/transferinliner.tcl index 72813cb..4128c93 100644 --- a/transferinliner.tcl +++ b/transferinliner.tcl @@ -17,6 +17,12 @@ proc outputATTLink {nick uhost hand chan text} { putlog "\[transferinliner\] ignoring transfer link from $nick!$uhost in $chan - line starts with ! ($text)" return 0 } + if {[isop $nick $chan]} { + 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 + } + } set accthand [finduser -account [getaccount $nick]] if {[string match $accthand "*"]} { # not needed once eggdrop adds support for nickserv account to nick2hand -- cgit v1.3.1-10-gc9f91