Explorar el Código

Add bot command prefix to documentation

pull/4544/head
Travis Wichert hace 6 meses
padre
commit
0b25e78d71
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      docs/configuring-playbook-bot-matrix-registration-bot.md

+ 4
- 0
docs/configuring-playbook-bot-matrix-registration-bot.md Ver fichero

@@ -37,6 +37,10 @@ matrix_synapse_enable_registration: true


# Restrict registration to users with a token # Restrict registration to users with a token
matrix_synapse_registration_requires_token: true matrix_synapse_registration_requires_token: true

# Set an optional command prefix for the bot. This can be any arbitrary string, including whitespace.
# Example: "!regbot "
matrix_bot_matrix_registration_bot_bot_prefix: ""
``` ```


The bot account will be created automatically. The bot account will be created automatically.


Cargando…
Cancelar
Guardar