Little Op joke.

By Noa Destiny on Mar 29, 2008

Well I Was doing
nothing so i just thought of something like this and i made it a joke so hope you enjoy

on 1:Text:`Op*:#:{
  if ($2 !ison $chan) || ($2 isop $chan) { msg $chan $iif($2 !ison #,Cant seem to find $2 $nick $+ .,Sorry $2 Is Already Op.) } 
  else {
    msg $chan !op $2
    .timer 1 2 .msg $chan !deop $2
  } 
}

Comments

Sign in to comment.
Noa Destiny   -  Mar 31, 2008

Alright, Edited Guys Thank You for The Help.

 Respond  
Jonesy44   -  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  
napa182   -  Mar 30, 2008

yeah you should really close the script with the rest of the closing brackets. also silent that timer.
you can also do this script like this as well

on 1:Text:`Op*:#:{
  if ($2 !ison $chan) || ($2 isop $chan) { msg $chan $iif($2 !ison #,Cant seem to find $2 $nick $+ .,Sorry $2 Is Already Op.) } 
  else {
    msg $chan !op $2
    .timer 1 2 .msg $chan !deop $2
  } 
}
 Respond  
Zaiba91   -  Mar 29, 2008

Although this is a decent script, and alot of people would get fairly mad by it, couldn\'t you just use the $2- identifier instead of $2 $3 $4 etc? Plus you seem to be missing quite a few closing brackets.

 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.