Class: Tropeco::Plugins::HelloWorld

Inherits:
Object
  • Object
show all
Includes:
Cinch::Plugin
Defined in:
lib/tropeco/plugins/hello_world.rb

Instance Method Summary collapse

Instance Method Details

#execute(m) ⇒ Object



11
12
13
# File 'lib/tropeco/plugins/hello_world.rb', line 11

def execute(m)
  m.reply "Ola a todos."
end