on *:socklisten:test:{
echo -a $sock(test).ip
if ($read(sockets.txt,w,$gettok($sock(test).ip,1-3,46))) {
sockaccept %sock.num
inc %sock.num
echo -a Socket Accepted
}
else {
echo -a Socket Not Accepted
}
}

$sock().ip returns the IP of my nat computer, is there any way to get it to return the original source of the connection?