From 9322d79c62eb76b62824c2be6f126fbe6e8a4245 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 15 Feb 2023 20:35:15 -0800 Subject: [PATCH] Updated Bridges (markdown) --- Bridges.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Bridges.md b/Bridges.md index 6916f11..c93b432 100644 --- a/Bridges.md +++ b/Bridges.md @@ -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 ` will confirm the configuration for the bridge. \ No newline at end of file + > The console command `bridge` will list all bridges by ID. `bridge ` 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 ` will redact the registration and disconnect the bridge. \ No newline at end of file