mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-27 14:59:25 +01:00
42 lines
879 B
ReStructuredText
42 lines
879 B
ReStructuredText
|
|
.. _plugin-protector:
|
|
|
|
The Protector plugin
|
|
====================
|
|
|
|
Enforces channel capabilities (op/voice).
|
|
|
|
|
|
.. _plugin-protector-config:
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
.. _supybot.plugins.Protector.enable:
|
|
|
|
supybot.plugins.Protector.enable
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Default value: True
|
|
|
|
Determines whether this plugin is enabled in a given channel.
|
|
|
|
.. _supybot.plugins.Protector.immune:
|
|
|
|
supybot.plugins.Protector.immune
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Default value: []
|
|
|
|
Determines what nicks the bot will consider to be immune from enforcement. These nicks will not even have their actions watched by this plugin. In general, only the ChanServ for this network will be in this list.
|
|
|
|
.. _supybot.plugins.Protector.public:
|
|
|
|
supybot.plugins.Protector.public
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Default value: True
|
|
|
|
Determines whether this plugin is publicly visible.
|
|
|