From 2d73fb6ca7f3213988b35ec901da56e17db2d071 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 15 Apr 2020 14:05:19 -0600 Subject: [PATCH] Update welcome.rb tilde.club customizations. --- welcome.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/welcome.rb b/welcome.rb index 4f40d65..484a4ef 100644 --- a/welcome.rb +++ b/welcome.rb @@ -14,9 +14,9 @@ prompt = TTY::Prompt.new system "clear" # welcome -system "figlet -f slant tilde.team" +system "figlet -f slant tilde.club" puts -puts "welcome to tilde.team!!" +puts "welcome to tilde.club!!" puts puts "we're glad you're here!" puts "let's walk through some basic questions to get you set up" @@ -97,14 +97,13 @@ open("#{Dir.home}/.pronouns", "w") { |f| f.puts pronouns } # welcome completed sep -puts "welcome to the ~team!" +puts "welcome to the ~club!" puts puts "please come stop by chat when you get a chance by running the 'chat' command" unless enable_byobu puts "we're happy to help as needed and get you any information you're looking for" -puts "have a look at our wiki: https://tilde.team/wiki/ (ctrl-click will let you open that from here)" +puts "have a look at our wiki: https://tilde.club/wiki/ (ctrl-click will let you open that from here)" File.delete("#{Env.home}/.new_user") if enable_byobu exec "byobu" end -