mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 20:49:43 +01:00
64 lines
1.3 KiB
ReStructuredText
64 lines
1.3 KiB
ReStructuredText
|
|
.. _plugin-sudo:
|
|
|
|
The Sudo plugin
|
|
===============
|
|
|
|
.. include:: unofficial.inc
|
|
|
|
Commands
|
|
--------
|
|
|
|
.. _command-sudo-sudo:
|
|
|
|
sudo sudo <commande> [<arg1> [<arg2> ...]]
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Runs the command following the Sudo rules.
|
|
|
|
.. _command-sudo-remove:
|
|
|
|
sudo remove <id>
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
Remove a Sudo rule.
|
|
|
|
.. _command-sudo-fakehostmask:
|
|
|
|
sudo fakehostmask <hostmask> <command>
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Runs *<command>* as if you were wearing the *<hostmask>*. Of course, usage
|
|
of the command is restricted to the owner.
|
|
|
|
.. _command-sudo-add:
|
|
|
|
sudo add [<priority>] <name> {allow,deny} [<hostmask>] <regexp>
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Sets a new Sudo rule, called *<name>* with the given *<priority>*
|
|
(greatest numbers have precedence),
|
|
allowing or denying to run commands matching the pattern *<regexp>*,
|
|
from users to run commands as wearing the *<hostmask>*.
|
|
The *<priority>* must be a relative integer.
|
|
If *<priority>* is not given, it defaults to 0.
|
|
The *<hostmask>* defaults to your hostmask.
|
|
The *<hostmask>* is only needed if you set an 'allow' rule.
|
|
|
|
|
|
|
|
.. _plugin-sudo-config:
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
.. _supybot.plugins.Sudo.public:
|
|
|
|
supybot.plugins.Sudo.public
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Default value: True
|
|
|
|
Determines whether this plugin is publicly visible.
|
|
|