Skip to content

Commit

Permalink
Merge pull request #2 from Fohdeesha/master
Browse files Browse the repository at this point in the history
cuntbunt detection
  • Loading branch information
carter authored Apr 18, 2017
2 parents 8d8085f + 5ff2eed commit a1d7602
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 @@ -88,6 +88,10 @@ def wind_direction(degrees)
on :message, /^!w0ny$/i do |m|
m.reply "W0NY is a p0ny!"
end

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

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

0 comments on commit a1d7602

Please sign in to comment.