Skip to content

Commit

Permalink
Merge pull request #3 from Fohdeesha/master
Browse files Browse the repository at this point in the history
more thorough bingbong detectiom
  • Loading branch information
carter authored Apr 18, 2017
2 parents a1d7602 + 26f8bea commit 3ad432d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions irc_bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ def wind_direction(degrees)
m.reply "cuntbunt"
end

on :message, /^!bingbong$/i do |m|
m.reply "CHINA!"
end

on :message, /^!hf$/i do |m|
m.reply "HF Conditions"
m.reply "Band Day Night"
Expand Down

0 comments on commit 3ad432d

Please sign in to comment.