djD3F commented on a Page, SSL + popular server connections + add your own server  -  Jan 08, 2011

These go nicely with that code:

on 1:CONNECT: {
echo -a 3,1 $+ $timestamp Now connected to $+ $network $+ ( $+ $server $+ )
if ( $ssl == $true ) { goto ssl }
else {
echo -a 4,1 $+ $timestamp Not connected via SSL!!
goto done
}
:ssl
{ echo -a 7,1 $+ $timestamp Connected via SSL }
:done
}

on 1:DISCONNECT: {
echo -a 4,1 $+ $timestamp Disconnected from $+ $network $+ ( $+ $server $+ )

}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.