$sslready

From Scriptwiki
Jump to: navigation, search

Used to determine whether mIRC has loaded the required OpenSSL DLL files successfully.

$sslready

Returns $true if it has, $false if not. This identifier has no parameters.

Examples

if (!$sslready) { echo -ag You do not have the SSL dll in your mIRC directory. | return }

See Also