$cmdbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
No edit summary |
(No difference)
|
Returns $true if a command or script was initiated via the command editbox in a channel window.
$cmdbox
alias whois { ;;If user types /whois then if ($cmdbox && $1 && !$2) { tokenize 32 $1 $1 } !whois $$1- }