Difference between revisions of "Signal"

From Scriptwiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 21:59, 8 April 2008

The signal command allows you to trigger signal events in all scripts that listen for signals.

/signal [-n] <name> [parameters]

By default the signal is triggered after all current scripts have finished executing.

The -n switch causes the script to trigger immediately.

Example

on *:START:.signal load

Triggers the "load" signal when mIRC is started or the script is loaded.

See Also