Limnoria-doc/use/plugins/dict.rst

40 lines
758 B
ReStructuredText
Raw Normal View History

2011-06-28 08:11:32 +02:00
.. _plugin-dict:
The Dict plugin
===============
2011-06-28 17:29:38 +02:00
.. _command-dict-synonym:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
dict synonym <word> [<word> ...]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
Gets a random synonym from the Moby Thesaurus (moby-thes) database.
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
If given many words, gets a random synonym for each of them.
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
Quote phrases to have them treated as one lookup word.
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-dict-dict:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
dict dict [<dictionary>] <word>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
Looks up the definition of *<word>* on the dictd server specified by
the :ref:`supybot.plugins.Dict.server` config variable.
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-dict-random:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
dict random
^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Returns a random valid dictionary.
2011-06-28 17:29:38 +02:00
.. _command-dict-dictionaries:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
dict dictionaries
^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Returns the dictionaries valid for the dict command.