$sslready

From Scriptwiki
Revision as of 20:44, 6 April 2008 by Albie (talk | contribs) (added example)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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