Code:
on @*:Text:!opbot *:#: {
  if ($read(commands.lst,w,$address($nick,8))) {   
    if ($2 ison $chan) && ($2 !isop $chan) && ($2 != $me) { msg chanserv OP $chan $2 } 
  }
}

your request was a tad hard to understand, i hope this is what you meant.


$maybe