At least in my attempts, the following scripts don't show anything if the connection attempt has timed out (and possibly for other disconnection types like this, haven't found the time to test for them all)
[11:23:12 pm] * Connecting to 195.50.191.12 (7000)
[11:23:33 pm] * Unable to connect (Connection timed out)
Script snippet:
on *:CONNECTFAIL:{
echo -a $time Connect Failed: $server $network
}
on *:DISCONNECT:{
echo -a $time Disconnect: $server $network
}
Last edited by Edward_K; 09/01/03 04:31 AM.