Regenerate READMEs.

This commit is contained in:
Valentin Lorentz 2021-06-19 16:44:15 +02:00
parent 2293d1c129
commit 3b25a94b46
3 changed files with 14 additions and 2 deletions

View File

@ -18,6 +18,8 @@ Basically, it replaces the standard 'Error: <x> is not a valid command.'
messages with messages kept in a database, able to give more personable
responses.
``$command`` in the message will be replaced by the command's name.
.. _commands-Dunno:
Commands

View File

@ -23,6 +23,11 @@ necessary if the bot is properly configured.
Commands
--------
.. _command-services-chanserv:
chanserv <text>
Sends the <text> to ChanServ. For example, to register a channel on Atheme, use: @chanserv REGISTER <#channel>.
.. _command-services-ghost:
ghost [<nick>]
@ -43,6 +48,11 @@ invite [<channel>]
nicks takes no arguments
Returns the nicks that this plugin is configured to identify and ghost with.
.. _command-services-nickserv:
nickserv <text>
Sends the <text> to NickServ. For example, to register to NickServ on Atheme, use: @nickserv REGISTER <password> <email-address>.
.. _command-services-op:
op [<channel>]

View File

@ -60,12 +60,12 @@ list [--capability=<capability>] [<glob>]
.. _command-user-register:
register <name> <password>
Registers <name> with the given password <password> and the current hostmask of the person registering. You shouldn't register twice; if you're not recognized as a user but you've already registered, use the hostmask add command to add another hostmask to your already-registered user, or use the identify command to identify just for a session. This command (and all other commands that include a password) must be sent to the bot privately, not in a channel.
Registers <name> with the given password <password> and the current hostmask of the person registering. You shouldn't register twice; if you're not recognized as a user but you've already registered, use the hostmask add command to add another hostmask to your already-registered user, or use the identify command to identify just for a session. This command (and all other commands that include a password) must be sent to the bot privately, not in a channel. Use "!" instead of <password> to disable password authentication.
.. _command-user-set.password:
set password [<name>] <old password> <new password>
Sets the new password for the user specified by <name> to <new password>. Obviously this message must be sent to the bot privately (not in a channel). If the requesting user is an owner user, then <old password> needn't be correct.
Sets the new password for the user specified by <name> to <new password>. Obviously this message must be sent to the bot privately (not in a channel). If the requesting user is an owner user, then <old password> needn't be correct. If the <new password> is "!", password login will be disabled.
.. _command-user-set.secure: