lita-urban-dictionary
lita-urban-dictionary is a handler for Lita looks up the definitions of words on Urban Dictionary.
Installation
Add lita-urban-dictionary to your Lita instance's Gemfile:
gem "lita-urban-dictionary"Configuration
Optional attributes
- 
max_response_size (Integer,nil) - Sets a ceiling on the response size of the queried defintion, ornilfor no limit.. Default:20.
Example
This example configuration sets a max response size of 5 lines.
Lita.configure do |config|
  config.handlers.urban_dictionary.max_response_size = 5
endUsage
To get the definition of a word:
Lita: ud WORD