diff --git a/setupaliases.lic b/setupaliases.lic index f86b0c1da8..5e4033a971 100644 --- a/setupaliases.lic +++ b/setupaliases.lic @@ -26,6 +26,13 @@ aliases_to_add = [ ['t2noshut', "#{$clean_lich_char}eq $T2.noshutdown"], ['t2reload', "#{$clean_lich_char}eq $T2.reload_settings(\\?)"], + # Force checks all scripts in the repo for updates + ['das', "#{$clean_lich_char}eq force_refresh_scripts"], + # Force updates one script from the repo + ['ds', "#{$clean_lich_char}eq get_script('\\?')"], + # Force updates data files from the repo + ['dad', "#{$clean_lich_char}eq setup_data"], + # find room, searches for a room description matching provided text ['fr', "#{$clean_lich_char}e echo Room.list.find{|room| room.description.find{|item| item =~ /\\?/i}}"],