From WikiChip
Difference between revisions of "mirc/identifiers/$sslready"
(Created page with "{{mirc title|$sslready Identifier}}'''$sslready''' return $true if you are capable of using SSL, $false otherwise. If you are unable to use SSL, makes sure you have mirc corr...") |
m |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{mirc title|$sslready | + | {{mirc title|$sslready identifier}}'''$sslready''' returns $true if you are capable of using SSL, $false otherwise. |
− | If you are unable to use SSL, makes sure you have mirc correctly configured for SSL, see www.mirc.com/ssl. | + | If you are unable to use SSL, makes sure you have mirc correctly configured for SSL, see http://www.mirc.com/ssl.html for more informations. |
== Synopsis == | == Synopsis == | ||
<pre>$sslready</pre> | <pre>$sslready</pre> | ||
− | == | + | == Parameters == |
− | |||
None | None | ||
== Properties == | == Properties == | ||
− | |||
None | None | ||
Line 21: | Line 19: | ||
== See Also == | == See Also == | ||
− | {{mIRC|/server}} | + | * {{mIRC|/server}} |
− | {{mIRC|$ssldll}} | + | * {{mIRC|$ssldll}} |
− | {{mIRC|$ssl}} | + | * {{mIRC|$ssl}} |
− | {{mIRC|$ssllibdll}} | + | * {{mIRC|$ssllibdll}} |
− | {{mIRC|$sslversion}} | + | * {{mIRC|$sslversion}} |
− | [[Category: | + | {{mIRC identifier list}} |
+ | |||
+ | [[Category:mIRC identifiers|sslready]] |
Latest revision as of 15:46, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$sslready returns $true if you are capable of using SSL, $false otherwise.
If you are unable to use SSL, makes sure you have mirc correctly configured for SSL, see http://www.mirc.com/ssl.html for more informations.
Synopsis[edit]
$sslready
Parameters[edit]
None
Properties[edit]
None
Example[edit]
//echo -a $sslready
Compatibility[edit]
Added: mIRC v6.14
Added on: 03 Mar 2004
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
mIRC identifier list