mIRC Home    About    Download    Register    News    Help

Print Thread
#215069 01/09/09 09:15 AM
Joined: Sep 2009
Posts: 10
U
unable Offline OP
Pikka bird
OP Offline
Pikka bird
U
Joined: Sep 2009
Posts: 10
Hi
But as to do, that worked not at ( on *:snotice:*whois*on*you*: ) , but as for example alias of /ip nick
link to script
Thanks wink

Last edited by unable; 01/09/09 09:17 AM.
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
What is your native language?

Joined: Sep 2009
Posts: 10
U
unable Offline OP
Pikka bird
OP Offline
Pikka bird
U
Joined: Sep 2009
Posts: 10
Russian and that

Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
on snotice is a server notice. Your code requires a server notice to contain the words whois, on & you in that order.


What problem are you having?

Joined: Sep 2009
Posts: 10
U
unable Offline OP
Pikka bird
OP Offline
Pikka bird
U
Joined: Sep 2009
Posts: 10
I know! I want to make it so:
alias whoisip {
...
...
...
}
And then use: /whoisip nick

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
I figure you have an OP status. You can either use raw 311 or raw 378 to accomplish this. Or use
Code:
/userip NickHere
if your server supports it.

Tomao #215086 02/09/09 07:17 AM
Joined: Sep 2009
Posts: 10
U
unable Offline OP
Pikka bird
OP Offline
Pikka bird
U
Joined: Sep 2009
Posts: 10
It is necessary that information undertook from a site www.ip-adress.com

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
There is a script already made called "IP whois information v0.2" by magic. You can find it in mirc.net's snippet section. Here is the link to it:IP whois info v0.2 by magic

Identically the trigger command is /whoisip according to its instruction.

Tomao #215098 02/09/09 06:02 PM
Joined: Sep 2009
Posts: 10
U
unable Offline OP
Pikka bird
OP Offline
Pikka bird
U
Joined: Sep 2009
Posts: 10
Thank you, but this script does not work frown
I wanted to fix that script: Link
ps Forgive for my bad English frown

Joined: Sep 2009
Posts: 10
U
unable Offline OP
Pikka bird
OP Offline
Pikka bird
U
Joined: Sep 2009
Posts: 10
I here wanted smile Badly that you have not helped! Itself has altered

alias whoisip {
if !$regex($sock(locator).status,active) {
hadd -m Whoisler $1 $remove($token($address($1,1),2,64),$chr(41))
set %yerelipno $remove($token($address($1,1),2,64),$chr(41))
set %yerelnick $1
baрlan
}
}


Link Copied to Clipboard