$cmdbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m removed See Also and Aliases category |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Returns $true if a command or script was initiated via the command editbox in a channel window. | Returns $true if a command or script was initiated via the command editbox in a channel window. | ||
$cmdbox | $cmdbox | ||
* This function has no parameters. | |||
== Example == | == Example == | ||
[[alias]] whois { | [[alias]] whois { | ||
Line 7: | Line 8: | ||
!whois $$1- | !whois $$1- | ||
} | } | ||
[[Category:Other Identifiers]] |