Signal

From Scriptwiki
Revision as of 21:59, 8 April 2008 by Daveoh (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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