Skip to content

Commit

Permalink
Well, won't need this for a while. Maybe I'll reverse it.
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Oct 7, 2016
1 parent 8754c63 commit a592919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lita/handlers/onewheel_forecast_io.rb
Expand Up @@ -75,7 +75,8 @@ class OnewheelForecastIo < Handler
help: { '!tomorrow' => 'Give me tomorrow\'s forecast as it relates to today.'})
route(/^today/i, :handle_irc_today, command: true,
help: { '!today' => 'Give me today\'s forecast as it relates to yesterday.'})
route(/^Good morning./, :handle_irc_windows) # Easter egg alert. Thank you, zrobo and donpdonp.
# route(/^Good morning./, :handle_irc_windows) # Easter egg alert. Thank you, zrobo and donpdonp.
# Disabled for winter.
route(/^windows/i, :handle_irc_windows, command: true)
route(/^windows\s+(.+)/i, :handle_irc_windows, command: true,
help: { '!windows' => 'Tell me when to close my windows as it\'s warmer outside than in.'})
Expand Down

0 comments on commit a592919

Please sign in to comment.