Class: Cinch::Plugins::UrbanDictionary

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

Instance Method Summary collapse

Instance Method Details

#execute(m, query) ⇒ Object



11
12
13
# File 'lib/cinch/plugins/urbandictionary.rb', line 11

def execute(m, query)
  m.reply search(query)
end