Difference between revisions of "$cmdbox"
From Scriptwiki
m (added categories) |
m (see also didn't even have $cmdline linked :|) |
||
Line 7: | Line 7: | ||
!whois $$1- | !whois $$1- | ||
} | } | ||
− | == Also | + | == See Also == |
− | *$cmdline | + | * [[$cmdline]] |
[[Category:Remote Identifiers]][[Category:Aliases]] | [[Category:Remote Identifiers]][[Category:Aliases]] |
Revision as of 08:29, 2 July 2007
Returns $true if a command or script was initiated via the command editbox in a channel window.
$cmdbox
Example
alias whois { ;;If user types /whois then if ($cmdbox && $1 && !$2) { tokenize 32 $1 $1 } !whois $$1- }