class Plugins::Eightball

Public Instance Methods

execute(m, s) click to toggle source
# File lib/Zeta/plugins/eightball.rb, line 45
def execute(m, s)
  m.safe_reply @@eightball.sample, true
end
shake!() click to toggle source

Methods

# File lib/Zeta/plugins/eightball.rb, line 41
def shake!
  @@eightball.sample
end