Advertisement
anon

anti-slap

Aug 11th, 2011
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.21 KB | None | 0 0
  1. on *:action:*:#: {
  2.   if ($regex($1-,/(slaps|stabs|trounces|throws|decimates|maims||steals|slaughters|humps|scalds|spanks|kicks|burn|shreds|dissects|flattens|wallops|sodomizes|prepares|burns|touches|reams|impales|infects|forces|punishes|kicks|hits|whacks|beats|kills|tortures|bashes|rapes|rams|fucks|smacks|hurts|punches|whips|molests)/i) && $me isin $1- && !$($+(%,noflood,.,$nick),3)) {
  3.     var %antislap kills;bashes;tortures;rams;slaps;whips;strangles;hits;splatters;punishes;whacks;beats the shit out of;obliterates;smacks;hurts;molests
  4.     describe # $gettok(%antislap, $r(1,16),59) $nick with $read(MYscripts/objects.txt,n)
  5.     set -u3 $+(%,noflood,.,$nick,) on
  6.   }
  7.   else { halt }
  8. }
  9. alias slap {
  10.   var %slap kills;bashes;tortures;slaps;rams;whips;strangles;hits;splatters;punishes;whacks;beats the shit out of;obliterates;smacks;hurts;molests
  11.   describe # $gettok(%slap, $r(1,16),59) $1 with $read(MYscripts/objects.txt,n)
  12. }
  13.  
  14. on *:text:*:?: {
  15.   if ($1 == !additem ) { write MYscripts/objects.txt $2-
  16.     describe $nick would like to note that the item 4,1 $2-  has been 9added to the database
  17.   }
  18. }
  19.  
  20. menu nicklist,channel {
  21.   -
  22.   SLAP: slap $snicks
  23.   -
  24. }
  25. alias objedit run notepad MYscripts/objects.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement