Signal: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Daveoh (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 19: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