Whois Hitlist

By napa182 on Aug 17, 2008

copy paste into a new remote. You must be an admin to use this as well be on a server that supports the user mode +W .

it's just a fun lil whois hitlist to keep certain users from whoising you as well lets you know who has been whoising you.

Just right click on a user you want to add/remove to/from ur hit list as well to turn it on/off.

if a user thats on ur list whois's you they will be killed off the network.

I know it's a bit harsh but i dont care =P . also if a user whois's you 3 times within 10 seconds they will be added to ur Hitlist and killed for whois flooding ;x .

it's abit usesless but funny none the less..

feel free to rip butcher and strip this code how ever you want idc

on *:snotice:*did a /whois on you*: {
  if (%hittkill) {
    if ($istok(%hitlist,$address($2,2),44)) {
      kill $2 You are on my Whois Hitlist
      window -e @Whois_Hitlist
      aline @Whois_Hitlist $time(mm/d/yy h:nn tt) $+($chr(60),$2,$chr(62)) Has been taken out.
    }
    if (!$istok(%hitlist,$address($2,2),44)) {
      inc -u10 $+(%,whoisflood,$2) 1
      window -e @Whois
      aline @Whois $2- $time(mm/d/yy h:nn tt)
    }
    if ($($+(%,whoisflood,$2),2) = 3) {
      set %hitlist $addtok(%hitlist,$address($2,2),44)
      kill $2 Killed for whois flood and added to my Hitlist.
      window -e @Whois_Hitlist
      aline @Whois_Hitlist $time(mm/d/yy h:nn tt) $+($chr(60),$2,$chr(62)) Has been taken out for flooding my Whois.
    }
  }
}
on *:load: {
  if ($count($usermode,N,O,C,A,a,o)) {
    echo 12 -a You Have Just Loaded Napa182's Whois Hitlist
    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)
  }
  else { 
    echo 4 -a You are not a Admin on this network.. Script will now be unloadded.
    echo 12 -a You Have Just Unoaded Napa182's Whois Hitlist
    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) 
    .unload -rs $nopath($script) 
  }
}
menu nicklist {
  .Whois Hitlist
  .. $iif(!$istok(%hitlist,$address($1,2),44),ADD $+($chr(40),$1,$chr(41)),Remove $+($chr(40),$1,$chr(41))):{ set %hitlist $iif(!$istok(%hitlist,$address($1,2),44),$addtok(%hitlist,$address($1,2),44),$remtok(%hitlist,$address($1,2),1,44)) | echo -a $iif($istok(%hitlist,$address($1,2),44),User $1 Added,User $1 Removed) }
  .. $iif(%hittkill,Turn OFF,Turn ON):{ $iif(%hittkill,unset %hittkill,set %hittkill on) | echo -a $iif(%hittkill,HitList is now on,HitList is now off) } 
}

Comments

Sign in to comment.
Slumbermann   -  Jul 09, 2009

I like just the whois kill part

 Respond  
napa182   -  Oct 27, 2008

well i do know on some servers reg users can use mode +W. it all depends on how they have their servers configed, or if an admin is in a giving mood.

 Respond  
Cheiron   -  Oct 27, 2008

W Lets you see when people do a /whois on you (IRCops Only)

UnrealIRCd
http://www.unrealircd.com
Version: 3.2.7
Last doc update: 2007-07-10

 Respond  
napa182   -  Oct 27, 2008

um not sure about all servers but most have it set up so only admins an ircops can use usermode +W

 Respond  
Bullet_Dodger   -  Oct 27, 2008

i know about killing but is there a way user without admin can view who whoises them ???

 Respond  
napa182   -  Oct 27, 2008

No theres not. only admin's and ircop have the ability to kill users.

 Respond  
Bullet_Dodger   -  Oct 27, 2008

Is there a way to use this without being a admin??

 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.