$cmdbox: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
No edit summary
 
m added categories
Line 9: Line 9:
== Also See ==
== Also See ==
*$cmdline
*$cmdline
[[Category:Remote Identifiers]][[Category:Aliases]]

Revision as of 22:12, 27 November 2005

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-
}

Also See

  • $cmdline