Try using the w switch in place of the s switch.

Code:
  
on @1:op:#: {
  if $read(blacklist.txt,[color:red]w[/color],$opnick) {
  mode $chan -o $opnick
 }
}