.. _plugin-sudo: The Sudo plugin =============== .. _command-sudo-sudo: sudo sudo [ [ ...]] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Runs the command following the Sudo rules. .. _command-sudo-remove: sudo remove ^^^^^^^^^^^^^^^^ Remove a Sudo rule. .. _command-sudo-fakehostmask: sudo fakehostmask ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Runs ** as if you were wearing the **. Of course, usage of the command is restricted to the owner. .. _command-sudo-add: sudo add [] {allow,deny} [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sets a new Sudo rule, called ** with the given ** (greatest numbers have precedence), allowing or denying to run commands matching the pattern **, from users to run commands as wearing the **. The ** must be a relative integer. If ** is not given, it defaults to 0. The ** defaults to your hostmask. The ** 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.