mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-02-25 18:10:44 +01:00
24 lines
357 B
ReStructuredText
24 lines
357 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.
|
|
|
|
|