Skip to content
Extraits de code Groupes Projets
Valider f7bd8adb rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Add some useful documentation on how to join a room

parent 7a1c27a3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -71,12 +71,7 @@ and synapse. Any new servers/guilds you bridge should show up in the network lis
* For the bot to appear online on Discord you need to run the bridge itself.
* ``node ./build/src/discordas.js -p 9005 -c config.yaml``
## Setting privileges on bridge managed rooms
* The ``adminme`` script is provided to set Admin/Moderator or any other custom power level to a specific user.
* e.g. To set Alice to Admin on her ``example.com`` HS on default config. (``config.yaml``)
* ``npm run adminme -- -r '!AbcdefghijklmnopqR:example.com' -u '@Alice:example.com' -p '100'``
* Run ``npm run adminme -- -h`` for usage.
[Howto](./docs/howto.md)
## Features and Roadmap
In a vague order of what is coming up next
......
### Join a room
The default format for room aliases (which are automatically resolved, whether the room exists on Matrix or not) is:
``#_discord_guildid_channelid``
You can find these on discord in the browser where:
``https://discordapp.com/channels/282616294245662720/282616372591329281``
is formatted as https://discordapp.com/channels/``guildid``/``channelid``
### Set privileges on bridge managed rooms
* The ``adminme`` script is provided to set Admin/Moderator or any other custom power level to a specific user.
* e.g. To set Alice to Admin on her ``example.com`` HS on default config. (``config.yaml``)
* ``npm run adminme -- -r '!AbcdefghijklmnopqR:example.com' -u '@Alice:example.com' -p '100'``
* Run ``npm run adminme -- -h`` for usage.
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter