mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-30 16:29:26 +01:00
44 lines
957 B
ReStructuredText
44 lines
957 B
ReStructuredText
|
|
||
|
.. _plugin-dict:
|
||
|
|
||
|
The Dict plugin
|
||
|
===============
|
||
|
|
||
|
.. command-synonym:
|
||
|
|
||
|
synonym <word> [<word> ...]
|
||
|
Gets a random synonym from the Moby Thesaurus (moby-thes) database.
|
||
|
|
||
|
If given many words, gets a random synonym for each of them.
|
||
|
|
||
|
Quote phrases to have them treated as one lookup word.
|
||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
|
||
|
|
||
|
.. command-dict:
|
||
|
|
||
|
dict [<dictionary>] <word>
|
||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
Looks up the definition of *<word>* on the dictd server specified by
|
||
|
the supybot.plugins.Dict.server config variable.
|
||
|
|
||
|
|
||
|
.. command-random:
|
||
|
|
||
|
random
|
||
|
^^^^^^
|
||
|
|
||
|
Returns a random valid dictionary.
|
||
|
|
||
|
|
||
|
.. command-dictionaries:
|
||
|
|
||
|
dictionaries
|
||
|
^^^^^^^^^^^^
|
||
|
|
||
|
Returns the dictionaries valid for the dict command.
|
||
|
|
||
|
|