mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Hello,

As i read into the help file the $ssl identifier return true while is CONNECTED to an SSL server but on 7.34 version the $ssl return also true while is NOT CONNECTED.

Help File ($ssl): and the $ssl identifier can be used to determine whether the current server connection is secure or not.

E.g: //echo $!ssl = $ssl $!status = $status $!server = $server = $!port = $port $!sslready = $sslready

Results: $ssl = $true $status = disconnected $server = = $port = +6697 $sslready = $true

The $ssl identifier should return $false and not $true while i am not connected to any server.

- Thanks!


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks for your bug report. This is by design. The $ssl identifier returns the state of the current connection for the status window. If you are not connected, and if the server and port settings are secure for the status window, it will return $true.


Link Copied to Clipboard