aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--transferinliner.tcl2
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
}