class Openra::IRCBot::Plugins::Orb

Public Instance Methods

execute(m) click to toggle source
# File lib/openra/irc_bot/plugins/orb.rb, line 9
def execute(m)
  if [true, false].sample
    m.reply "I'm not playing this map, it's imbalanced!"
  else
    m.reply "Not playing this map, it has oils that I don't know that are there"
  end
end