From WikiChip
Difference between revisions of "mirc/identifiers/$unsafe"
< mirc‎ | identifiers

(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...")
 
(Example)
Line 15: Line 15:
 
<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 ==

Revision as of 04:40, 23 September 2017

$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

$unsafe(text)

Paramters

  • text - a string

Properties

None

Example

//tokenize 32 $!me | timer -ho 1 0 echo -a $unsafe($1-)

See msl_injection for more informations.

Compatibility

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