mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-24 04:59:28 +01:00
24 lines
359 B
ReStructuredText
24 lines
359 B
ReStructuredText
|
|
.. _plugin-anonymous:
|
|
|
|
The Anonymous plugin
|
|
====================
|
|
|
|
.. _command-do:
|
|
|
|
do <channel> <action>
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Performs *<action>* in *<channel>*.
|
|
|
|
|
|
.. _command-say:
|
|
|
|
say <channel|nick> <text>
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Sends *<text>* to *<channel|nick>*. Can only send to *<nick>* if
|
|
supybot.plugins.Anonymous.allowPrivateTarget is True.
|
|
|
|
|