From WikiChip
$sslcertvalid identifier - mIRC
< mirc‎ | identifiers
Revision as of 15:58, 17 November 2019 by Maroonbells (talk | contribs) (create page for new identifier)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$sslcertvalid Returns $true if the IRC network's SSL certificate is valid for the current SSL connection. Returns $false if not connected or connection is non-SSL.

Synopsis[edit]

$sslcertvalid

Parameters[edit]

None

Properties[edit]

None

Example[edit]

//if (($server) && (+* iswm $port)) echo -a current SSL connection is $iif($sslcertvalid,valid,invalid)

Compatibility[edit]

Added: mIRC v7.58
Added on: 17 Nov 2019
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.

See also[edit]