!stick

By sadistic_sin on Jun 06, 2007

kind of a silly script.. just type !stick (nick)

i've gotta make this thing 100+ characters.. so i'm just writing some extra crap in here 

on *:TEXT:!stick*:#: {
  describe $chan gently pokes both of $2's eyes out with a stick
}

Comments

Sign in to comment.
|MELIORITE|   -  Jun 06, 2007

Rather than single line snippets, you could try incorporating a few of your ideas into one larger \"package\". You could add to this, as it stands, for example:

on *:TEXT:!stick*:#: {
  if ($2 == $null) { msg $chan There\'s no way thats happening pal }
  elseif ($2 == $me) { msg $chan no $nick, you do it yourself }
  else { describe $chan gently pokes both of $2\'s eyes out with a stick }
}
 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.