Last active
December 19, 2015 21:48
-
-
Save gmcinnes/6022348 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message :body => /^\/(space)?rofo\s*([\d])*\s*$/ do | |
phrases = ["Subways, subways, subways!", | |
"Anything else?", | |
"I saved a billion dollars.", | |
"I'm running for mayor in 2014!", | |
"Gridlock creates pollution. It keeps you away from your families.", | |
"Cyclists are a pain in the ass.", | |
"The purpose of marathons is to create revenue for charities.", | |
"I stopped the Gravy Train!" | |
] | |
send_to members phrases.sample | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment