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)