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...") |
(test) |
||
Line 1: | Line 1: | ||
{{mirc title|$sslready Identifier}}'''$sslready''' return $true if you are capable of using SSL, $false otherwise. | {{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 correctly configured for SSL, see www.mirc.com/ssl.htm for more informations. | + | If you are unable to use SSL, makes sure you have mirc correctly configured for SSL, see http://www.mirc.com/ssl.htm for more informations. |
== Synopsis == | == Synopsis == |
Revision as of 15:50, 7 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$sslready return $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.htm for more informations.
Synopsis
$sslready
Paramters
None
Properties
None
Example
//echo -a $sslready
Compatibility
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.