From 9132bfcb3a3c7c9578ca5a344c3d0f5a56a3a886 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 19 Jun 2016 12:12:17 -0700 Subject: [PATCH] pylink-opers: mention DESTROY, DELINK --- docs/pylink-opers.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pylink-opers.md b/docs/pylink-opers.md index 31d93ba..b204c78 100644 --- a/docs/pylink-opers.md +++ b/docs/pylink-opers.md @@ -27,6 +27,12 @@ You can also link remote channels to take a different name on your network. (Thi Also, to list the available channels: - `/msg PyLink linked` +To remove a relay channel that you've created: +- `/msg PyLink destroy #channelname` + +To delink a channel linked to another network: +- `/msg PyLink delink #channelname` + ### Claiming channels PyLink offers channel claims similarly to Janus, except that it is on by default when you create a channel on any network. Unless the claimed network list of a channel is EMPTY, oper override (MODE, KICK, TOPIC) will only be allowed from networks on that list.