Well, thay probably look like this: 123.123.123.123:12345
I don't know how you might run cs and connect to server, but this captures the link and port...
Code:
on $^*:hotlink:/\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\72\d{5}\b/S:*:if !$longip($gettok($1,1,58)) { halt }
on $*:hotlink:/\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\72\d{5}\b/S:*:echo -a run whatever.exe with $1

Last edited by Iori; 06/03/05 09:22 PM.