From fc4c1a5621475b253a479feaf588d7b2f65d4270 Mon Sep 17 00:00:00 2001 From: Derek Hoffmann Date: Fri, 22 Sep 2023 07:10:57 -0400 Subject: [PATCH] [moonwatch.lic] Missing sunrise string . --- moonwatch.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonwatch.lic b/moonwatch.lic index df64d77bb3..0c201b76ce 100644 --- a/moonwatch.lic +++ b/moonwatch.lic @@ -155,7 +155,7 @@ loop do moon_change(Regexp.last_match(1).downcase, false) when /^(Katamba|Xibar|Yavash) slowly rises/ moon_change(Regexp.last_match(1).downcase, true) - when /heralding another fine day|rises to create the new day|as the sun rises, hidden|as the sun rises behind it|faintest hint of the rising sun|The rising sun slowly/ + when /heralding another fine day|rises to create the new day|as the sun rises, hidden|as the sun rises behind it|faintest hint of the rising sun|The rising sun slowly|Night slowly turns into day as the horizon/ old = get_all_moon_data['s'] if old['s'] update_moon_data('s', 's' => old['s'], 'r' => Time.now.to_i)