]> git.cworth.org Git - sup/commitdiff
remove welcome to sup message
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Mon, 23 Mar 2009 14:33:25 +0000 (10:33 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Mon, 23 Mar 2009 14:33:25 +0000 (10:33 -0400)
Sorry, I just found it too irritating.

bin/sup

diff --git a/bin/sup b/bin/sup
index b2b2f626d79ff3675d8edbc6bb18bf1a40483ae9..0d2366e4ebe81840904ee562a8eeed6d72fd09e1 100644 (file)
--- a/bin/sup
+++ b/bin/sup
@@ -182,11 +182,6 @@ begin
     PollManager.start
     SuicideManager.start
     Index.start_lock_update_thread
-    Redwood::reporting_thread("be friendly") do
-      id = BufferManager.say "Welcome to Sup! Press '?' at any point for help."
-      sleep 10
-      BufferManager.clear id
-    end
   end
 
   if $opts[:search]