dbot/modules/words
Scritches a574b7d2ed more reasonable ~define
Tell wordnik to use the canonical version of the word where available (to avoid responses like "the plural of 'cat'" when doing "~define cats" - just tell me what cats are dammit)
2018-04-10 16:06:38 -04:00
..
config.json Words updates 2014-10-31 17:02:17 +00:00
README.md Various README.md's and cleanups 2014-02-20 06:06:02 +01:00
strings.json etymology 2014-11-28 14:43:16 +00:00
words.js more reasonable ~define 2018-04-10 16:06:38 -04:00

words

Adds various functionality for words.

Description

This module provides commands which allows users to have various functionality for words, such as defining, getting the etymology and jimble the letters. To achieve that, this module seeks the wordnik database.

Dependencies

It has following dependencies: + node-wordnik

config.json

api_key : most likely the wordnik developer homepage

Commands

~define [word]

Seeks wordnik database and replys with a definition. Example: + ~define Spaghetti

~etymology [word]

Seeks wordnik database and replys with its etymology. Example: + ~etymology Spaghetti

~jimble [word]

Jimbles the letters of a word. Example: + ~jimble Spaghetti

TODO