Class: Plugins::Fml

Inherits:
Object
  • Object
show all
Includes:
Cinch::Helpers, Cinch::Plugin
Defined in:
lib/Zeta/plugins/fml.rb

Instance Method Summary collapse

Methods included from Cinch::Plugin

#check?, #log2chan

Instance Method Details

#execute(m) ⇒ Object



18
19
20
# File 'lib/Zeta/plugins/fml.rb', line 18

def execute(m)
  m.reply fetch_random_fml, true
end