From 4dfd330498d51de091149623cfe529a9fc5380cf Mon Sep 17 00:00:00 2001 From: Nicolas Pouillard Date: Tue, 19 Feb 2008 11:17:59 +0100 Subject: [PATCH] add a startup hook --- bin/sup | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/sup b/bin/sup index 84fd77c..efe5577 100644 --- a/bin/sup +++ b/bin/sup @@ -39,6 +39,12 @@ EOS opt :compose, "Compose message to this recipient upon startup", :type => String end +Redwood::HookManager.register "startup", <