0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-20 20:03:45 +02:00

Updated Bridges (markdown)

Jason Volk 2023-02-15 20:35:15 -08:00
parent 8d70905f86
commit 9322d79c62

@ -20,6 +20,10 @@
bridge set /path/to/registration.json
```
> If the bridge has already been registered before then the prior configuration will be overwritten.
> If the bridge has already been registered before then the prior configuration will be overwritten. Use `bridge add` to error instead of overwriting.
> The console command `bridge` will list all bridges by ID. `bridge <id>` will confirm the configuration for the bridge.
> The console command `bridge` will list all bridges by ID. `bridge <id>` will confirm the configuration for the bridge.
> Registrations and/or updates will take effect immediately without restarting the server or reloading `m_bridge`
> `bridge del <id>` will redact the registration and disconnect the bridge.