diff options
Diffstat (limited to 'transferinliner.tcl')
| -rw-r--r-- | transferinliner.tcl | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
