Jonesy44 commented on a Page, Little Op joke.  -  Mar 30, 2008

eek, close them brackets !

on *:Text:`Op*:#: {
  if ($2 !ison $chan) {
    msg $chan Cant seem to find $2 $+ , $nick $+ .
    halt
  }
  else {
    if ($2 isop $chan) {
      msg $chan Sorry $2 Is Already Op.
      halt
    }
    else {
      msg $chan !op $2
      .timer 1 2 msg $chan !deop $2
    }
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.