Skip to content

Commit

Permalink
changing it up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Kempner committed Dec 2, 2011
1 parent fd1f83b commit 3fc9597
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions foosbot.rb
Expand Up @@ -58,16 +58,8 @@
m.reply "chuck testa" if Random.new.rand(0..3) == 0
end

on :message, /yes|always|never|definitely/ do |m|
m.reply "well that's just like, you're opinion man" if Random.new.rand(0..2) == 0
end

on :message, /[Y|y]eah/ do |m|
m.reply "well that's just like, your opinion man" if Random.new.rand(0..5) == 0
end

on :message, /banana/ do |m|
m.reply "hillarious!"
m.reply "stfu"
end

on :message, /confused/ do |m|
Expand Down

0 comments on commit 3fc9597

Please sign in to comment.