Limnoria-doc/use/plugins/anonymous.rst

1.8 KiB

The Anonymous plugin

Commands

do <channel> <action>

Performs <action> in <channel>.

say <channel|nick> <text>

Sends <text> to <channel|nick>. Can only send to <nick> if supybot.plugins.Anonymous.allowPrivateTarget is True.

Configuration

supybot.plugins.Anonymous.requirePresenceInChannel

Default value: True

Determines whether the bot should require people trying to use this plugin to be in the channel they wish to anonymously send to.

supybot.plugins.Anonymous.allowPrivateTarget

Default value: False

Determines whether the bot will require targets of the "say" command to be public (i.e., channels). If this is True, the bot will allow people to use the "say" command to send private messages to other users.

supybot.plugins.Anonymous.public

Default value: True

Determines whether this plugin is publicly visible.

supybot.plugins.Anonymous.requireCapability

Default value:

Determines what capability (if any) the bot should require people trying to use this plugin to have.

supybot.plugins.Anonymous.requireRegistration

Default value: True

Determines whether the bot should require people trying to use this plugin to be registered.