Signal
From Scriptwiki
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.