Idiot

By Shinypant5 on Feb 28, 2004

This activates when you right click on a person's nick it will give you options to make them an idiot, or de-idiot them. (tested many a time)

on ^*:text:*:#: {
  if ($istok(%idiotlist,$nick,32)) {
    /haltdef
    /echo -t $chan <idiot-> $+ $nick $+ <-idiot> $replace($1-,$1-,I...am...an...idiot)
  }
}
menu nicklist {
  Idiot options
  .Make $1 An Idiot: {
    %idiotlist = %idiotlist $1
  }
  .Make $1 not an idiot: {
    if ($deltok(%idiotlist,$findtok(%idiotlist,$1,1,32),32)) {
      %idiotlist = $ifmatch
    }
  }
  -
}

Comments

Sign in to comment.
Shinypant5   -  Mar 02, 2004

yes I know I forgot the /haltdef part I was in a hurry note to self, don\'t do snippets when in a hurry :)

 Respond  
Hawkee   -  Feb 29, 2004

Just submit the correct version as if it were the first, including your original comments and I\'ll remove this one

 Respond  
CRadle_of_filth   -  Feb 28, 2004

and the acrion part

 Respond  
CRadle_of_filth   -  Feb 28, 2004

you need to fix this it should not show the line after the i am a idiot part

 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.