Dict
Documentation for the Dict plugin for Supybot
Purpose
Commands that use the dictd protocol to define word.
Commands
- dict [<dictionary>] <word>
Looks up the definition of <word> on dict.org's dictd server.
- dictionaries takes no arguments
Returns the dictionaries valid for the dict command.
- random takes no arguments
Returns a random valid dictionary.
Configuration
- supybot.plugins.Dict.public
This config variable defaults to True and is not channel specific.
Determines whether this plugin is publicly visible.
- supybot.plugins.Dict.server
This config variable defaults to "dict.org" and is not channel specific.
Determines what server the bot will retrieve definitions from.
- supybot.plugins.Dict.default
This config variable defaults to "" and is channel specific.
Determines the default dictionary the bot will ask for definitions in. If this value is
*(without the quotes) the bot will use all dictionaries to define words.