mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-12-02 17:29:27 +01:00
22 lines
380 B
ReStructuredText
22 lines
380 B
ReStructuredText
|
|
.. _plugin-anonymous:
|
|
|
|
The Anonymous plugin
|
|
====================
|
|
|
|
.. _command-channel-do:
|
|
|
|
do <channel> <action>
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Performs *<action>* in *<channel>*.
|
|
|
|
.. _command-channel-say:
|
|
|
|
say <channel|nick> <text>
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Sends *<text>* to *<channel|nick>*. Can only send to *<nick>* if
|
|
:ref:`supybot.plugins.Anonymous.allowPrivateTarget` is True.
|
|
|