Limnoria-doc/use/plugins/reply.rst

65 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2011-06-28 08:11:32 +02:00
.. _plugin-reply:
The Reply plugin
================
Commands
--------
2011-06-28 17:29:38 +02:00
.. _command-reply-notice:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
reply notice <text>
^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Replies with *<text>* in a notice. Use nested commands to your benefit
here. If you want a private notice, nest the private command.
2011-06-28 17:29:38 +02:00
.. _command-reply-private:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
reply private <text>
^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Replies with *<text>* in private. Use nested commands to your benefit
here.
2011-06-28 17:29:38 +02:00
.. _command-reply-replies:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
reply replies <str> [<str> ...]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Replies with each of its arguments *<str>* in separate replies, depending
2011-06-28 17:29:38 +02:00
the configuration of :ref:`supybot.reply.oneToOne.`
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-reply-action:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
reply action <text>
^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Replies with *<text>* as an action. use nested commands to your benefit
here.
2011-06-28 17:29:38 +02:00
.. _command-reply-reply:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
reply reply <text>
^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Replies with *<text>*. Equivalent to the alias, 'echo $nick: $1'.
.. _plugin-reply-config:
Configuration
-------------
.. _supybot.plugins.Reply.public:
supybot.plugins.Reply.public
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: True
Determines whether this plugin is publicly visible.