Class: Cinch::Plugins::UrbanDict

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

Overview

Cinch plugin for getting UD defs.

Constant Summary collapse

VERSION =
'1.0.2'

Instance Method Summary collapse

Instance Method Details

#execute(m, term) ⇒ Object



17
18
19
# File 'lib/cinch/plugins/urbandict.rb', line 17

def execute(m, term)
  m.reply get_def(term), true
end