From WikiChip
Difference between revisions of "mirc/identifiers/$fromeditbox"
(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...") |
(No difference)
|
Revision as of 18:35, 7 January 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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