auto kick messages

By napa182 on Jul 06, 2007

Ok what this does is when someone gets kicked it randomly picks a message to post in the channel. You can change the messages to whatever you want them to say. Place it in your remotes click in a channel to add/remove a channel, and also to turn it on or off. have fun with it.

You can Edit rip butcher to fit your needs idc..

on *:kick:#: {
  if ($istok(%schan,$chan,44) && %kickmsg) {
    var %msgkick Aww how sad $knick got kicked..|o_O $nick run's down the filed towards $knick and punt's them like a football.|And $knick goes *POOF* in a cloud of dust.|And $nick PWNS another victim =P|Well $knick get's the short end of the stick as $nick beats them with it.|Breathe Deep $+($knick,.) |well one down more too go =P|Hey $knick dont forget to close the door behind you.
    msg $chan $gettok(%msgkick,$r(1,8),124)     
  }
}
on *:load: { 
  echo 12 -a You Have Just Loaded Napa182's kick messages 
  echo 12 -a A Script0rs Inc. Production 
  echo -a 14,1(14,1¯15,1¯0,1¯0,1º $+($chr(171),$chr(164),$chr(88),$chr(167),$chr(199),$chr(174),$chr(238),$chr(254),$chr(116),$chr(48),$chr(174),$chr(167),$chr(88),$chr(164),$chr(187)) º0,1¯15,1¯14,1¯) $+ $chr(153)
}
menu channel { 
  .Kick Msg
  .. $iif(!$istok(%schan,$chan,44),Add Channel $+($chr(40),$chan,$chr(41)),Remove Channel $+($chr(40),$chan,$chr(41))) :{ set %schan $iif(!$istok(%schan,$chan,44),$addtok(%schan,$chan,44),$remtok(%schan,$chan,1,44)) | echo -a $chan Has Been $iif($istok(%schan,$chan,44),Added,Removed) } 
  .. $iif(%kickmsg,Turn Off,Turn On) :{ $iif(!%kickmsg,set %kickmsg on,unset %kickmsg) | echo -a Kick Messages is now $iif(%kickmsg,ON,OFF) } 
}

Comments

Sign in to comment.
Alco`   -  Feb 14, 2010

Haha nice ^^
Works great

 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.