Slap, Throw, Tag, Hug, Kiss

By BrandinA on Jan 18, 2010

Copyright © 2010 – Brandin Arsenault, Known Syntax – BOINC Services, Int. – All rights reserved.

Editing of this script is allowed.

This script is originally from the iKnown IRC Bot which is now discontinued.

-

This script allows a user to type the default commands or the commands you set and Slap, Tag, Throw and object, Kiss, or Hug another user.

-

Commands:

!slap NICK - Replace 'NICK' with the nick of said user.
!throw NICK OBJECT - Replace 'NICK' with the nick of said user. The 'OBJECT' can be replaced with more then 1 word.
!tag NICK - Replace 'NICK' with the nick of said user.
!hug NICK - Replace 'NICK' with the nick of said user.
!kiss NICK WHERE - Replace 'NICK' with the nick of said user. Replace 'WHERE' as in what place you want to kiss them. (i.e. head, lips)

ON *:TEXT:!slap *:#: {
  describe $chan slaps $2- {{{{{{ $nick }}}}}}
}

ON *:TEXT:!throw *:#: {
  describe $chan throws $3- at $2 - MUHAHAHAHA!
}

ON *:TEXT:!tag *:#: {
  describe $chan tags $2- "Yer it!"
}

ON *:TEXT:!hug *:#: {
  describe $chan hugs $2- {{{{{{ $nick }}}}}}
}

ON *:TEXT:!kiss *:#: {
  describe $chan kisses $2 on the $3- {{{{{{ $nick }}}}}}
}

Comments

Sign in to comment.
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.