mIRC Home    About    Download    Register    News    Help

Print Thread
#201039 17/06/08 01:32 PM
Joined: Jun 2008
Posts: 1
N
nanu2 Offline OP
Mostly harmless
OP Offline
Mostly harmless
N
Joined: Jun 2008
Posts: 1
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
}


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }

Link Copied to Clipboard