mIRC Home    About    Download    Register    News    Help

Print Thread
#201039 17/06/08 01:32 PM
N
nanu2
nanu2
N
Hi,

}
ip {
//say My IP: $ip
}

With that code its possible to send someone other my ip with /ip.

The problem is, that this doesnt work at some people.

I can do it, there is no problem.

Someone other gets his Local Ip.

Antoher gets only "My IP:" and there is NO Ip.


Whats the mistake and wheres the problem?


thanks


Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
you have too many brackets that are closing and I wouldn't recommend overwritting the ip alias but to fix ur script right now I would put

alias ip say My IP: $ip

or

alias ip {
say My IP: $ip
}


Link Copied to Clipboard