From WikiChip
Difference between revisions of "mirc/identifiers/$unsafe"
(Created page with "{{mirc title|$unsafe Identifier}}'''$unsafe''' is designed to be used with, for example, external user input in commands that may evaluate text later on, such as /timer comman...") |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{mirc title|$unsafe | + | {{mirc title|$unsafe identifier}}'''$unsafe''' is designed to be used with, for example, external user input in commands that may evaluate text later on, such as /timer commands. It delays evaluation of text for one level of evaluation. |
Line 5: | Line 5: | ||
<pre>$unsafe(text)</pre> | <pre>$unsafe(text)</pre> | ||
− | == | + | == Parameters == |
− | |||
* '''text''' - a string | * '''text''' - a string | ||
Line 15: | Line 14: | ||
<source lang="mIRC">//tokenize 32 $!me | timer -ho 1 0 echo -a $unsafe($1-)</source> | <source lang="mIRC">//tokenize 32 $!me | timer -ho 1 0 echo -a $unsafe($1-)</source> | ||
− | See {{mIRC|msl_injection}} | + | See {{mIRC|msl_injection}} for more informations. |
== Compatibility == | == Compatibility == | ||
Line 21: | Line 20: | ||
== See Also == | == See Also == | ||
+ | {{mIRC identifier list}} | ||
− | [[Category:mIRC identifiers]] | + | [[Category:mIRC identifiers|unsafe]] |
Latest revision as of 08:23, 23 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$unsafe is designed to be used with, for example, external user input in commands that may evaluate text later on, such as /timer commands. It delays evaluation of text for one level of evaluation.
Synopsis[edit]
$unsafe(text)
Parameters[edit]
- text - a string
Properties[edit]
None
Example[edit]
//tokenize 32 $!me | timer -ho 1 0 echo -a $unsafe($1-)
See msl_injection for more informations.
Compatibility[edit]
Added: mIRC v7.44
Added on: 25 Mar 2016
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