Getaddy

By DragonFlare on Sep 23, 2008

This is a getaddy script mainly for a bot unless you want to get flooded with whois's this scrript works even if the nick isnt in the channel. i made this because i got tired of spammers coming in and either flooding or spamming another channel in my room and leaving so i made this to get thier address even if there not in the channel i hope you like it.

on *:load:{
  echo -a Thank you for loading DragonFlare's Getaddy Script
  echo -a To use type !getaddy nickhere and it will return their address to the channel your in.
  echo -a A Eternal-Networking Script
}
on *:text:!getaddy &:#:{ 
  .enable #whois_address 
  set %chan $chan 
  .whois $$2 
} 
#whois_address off
raw 311:*:{ 
  msg %chan Address for $2 is $4 
} 
raw 318:*:{ 
  .disable #whois_address 
  haltdef 
} 
#whois_address end 

Comments

Sign in to comment.
Zmodem   -  Sep 26, 2008

It's good, it works for me, I wouldn't really suggest any changes. Does what it intends to do and that's about all I've got to say. Good job :-)

 Respond  
DragonFlare   -  Sep 25, 2008

I very rarely use this script and when i do its in a secure channel with only netadmins in it. On the other hand i agree with Zmodem anyone who gives out ip address doesnt deserve to be a IRCOP and up. And any suggestions and ways to change the script would be appreciated.

 Respond  
Zmodem   -  Sep 24, 2008

Yes, yes, we all know the secret. Actually, bouncing/proxies are the best way to stay anon. Unfortunately, without a proper bounce with bandwidth, you get lagged.

 Respond  
Jonesy44   -  Sep 24, 2008

To be fair, i agree. they shouldn't be handed out. but i could get anyone of your IP's FAIRLY Simply in a PHP script..

 Respond  
Zmodem   -  Sep 24, 2008

At least I'm not the only one who thinks so. :-D

 Respond  
TheWhistler   -  Sep 24, 2008

why not have it set to write to a text file for the ip's/address , plus anyone who is a ircop shouldnt be giving out ppl's real ip anyway or using this showing ip's to a public chat room, if you use this bet you wouldnt have chatters very long,if i was on it and they showed my ip , i would leave and never come back, and Zmodem i agree with you on that one (If you are an IRCop and you use this and give out people's IP addresses, you don't deserve to be an IRCop in the first place ;-))
, plus i'm a netadminand thats why have NeoStats room for that if they run Unrealircd.

 Respond  
Zmodem   -  Sep 24, 2008

EL & napa182: If you are an IRCop and you use this and give out people's IP addresses, you don't deserve to be an IRCop in the first place ;-)

"Now we know, and knowing is half the battle! G.I. JOOOOOOOOOOOOOOOOOOOOOOOOOOOOE..."

 Respond  
DragonFlare   -  Sep 23, 2008

and i dont see either of you on ym server /server -m irc.oxsh.net:6665

 Respond  
DragonFlare   -  Sep 23, 2008

never looked at it that way Thanks Napa182 and Dan

neither of you answered my question though -.-

 Respond  
napa182   -  Sep 23, 2008

Dan is right. You dont want it to give out the unmasked ip. Servers maks ip's for a reason. if you want to use this code it's better to make it an alias and have it echo back the ip..
if you want to make it say the mask ur better off useing $address($2,1)

 Respond  
EL   -  Sep 23, 2008

Rofl what you get as a normal user and what you get as a ircop and UP are 2 different things guy,if the person that has this script is a ircop and up it will give out the persons REAL ip not the HOST or the IRCD wtf every they mask the IP with on a whois they WILL get the real IP,and in the hands of kiddie morons thats not good,and some ppl are morons an would use something like thing smh.`-.-´

 Respond  
DragonFlare   -  Sep 23, 2008

they would get them anyways if they whoised you so whats the difference?

 Respond  
EL   -  Sep 23, 2008

Rofl umm dude your code is giving our IP addresses.I dont think thats smart.`-.-´

 Respond  
DragonFlare   -  Sep 23, 2008

i was wondering if i could use

 set %getaddy.chan 

but i didnt know which one was better

This

 on *:text:!getaddy &:#:{ 
  .enable #whois_address 
  set %chan $chan 
  .whois $$2 
} 

Or this

 on *:text:!getaddy &:#:{ 
  .enable #whois_address 
  set %getaddy.chan 
  .whois $$2 
} 
 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.