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

(Created page with "{{mirc title|$fromeditbox Identifier}}'''$fromeditbox''' returns $true or $false depending on if the alias was called from a mIRC editbox == Synopsis == <pre>$fromeditbox</p...")
 
Line 23: Line 23:
 
== See Also ==
 
== See Also ==
 
{{mIRC|$caller}}
 
{{mIRC|$caller}}
 +
{{mIRC|$cmdbox}}
  
 
[[Category:mIRC identifiers|$fromeditbox]]
 
[[Category:mIRC identifiers|$fromeditbox]]

Revision as of 18:01, 4 November 2018

$fromeditbox returns $true or $false depending on if the alias was called from a mIRC editbox


Synopsis

$fromeditbox

Parameters

None

Properties

None

Example

define the alias testedit:

alias testedit echo -a $fromeditbox

and then:

//echo -a $fromeditbox | testedit

Compatibility

Pending, beta stage

See Also

$caller $cmdbox