diff options
author | Evan Prodromou <evan@status.net> | 2009-09-21 14:39:22 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-09-21 14:39:22 -0400 |
commit | 98924a80d776107a734b44027dda18094b1f093f (patch) | |
tree | f0059e4c217703a28e65cc1e33ec74ad084b65ac /EVENTS.txt | |
parent | 6a088afd4be4076a31e8713ed96ac62060bf7278 (diff) |
'easy' way to handle notices at queue time
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index d3b58ffb0..2b16d43c0 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -268,3 +268,6 @@ UnqueueHandleNotice: Handle a notice when no queue manager is available GetValidDaemons: Just before determining which daemons to run - &$daemons: modifiable list of daemon scripts to run, filenames relative to scripts/ + +HandleQueuedNotice: Handle a queued notice at queue time (or immediately if no queue) +- &$notice: notice to handle |