mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 17:31:21 +01:00
Updated Bridges (markdown)
parent
8d70905f86
commit
9322d79c62
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
Loading…
Reference in a new issue