From 7c0deaa68452f7dfc5bcda0c39022762c4f1dde0 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 9 Jan 2020 08:53:08 -0800 Subject: [PATCH] relay-quickstart: describe delinking another network from our channels [skip ci] --- docs/relay-quickstart.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/relay-quickstart.md b/docs/relay-quickstart.md index 6489610..edd7edf 100644 --- a/docs/relay-quickstart.md +++ b/docs/relay-quickstart.md @@ -34,10 +34,10 @@ The concept of relay channels in PyLink is greatly inspired by Janus, though wit Then, to list all available channels: - `/msg PyLink linked` -To create a channel: +To create a channel on Relay: - `/msg PyLink create #channelname` -To link to a channel already created on a different network: +To link to a channel already created on a different network (network names are case sensitive!): - `/msg PyLink link othernet #channelname` You can also link remote channels to take a different name on your network. (This is the third argument to the LINK command) @@ -49,6 +49,9 @@ To remove a relay channel that you've created: To delink a channel linked to another network: - `/msg PyLink delink #localchannelname` +To delink one of *your* channels from another network: +- `/msg PyLink delink #yourchannelname ` + Then, to list all available channels: - `/msg PyLink linked`