kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8438672541e7c7df7416a72af331e4882b5ddd77
parent d0a44301f7774432b27b531400423d915532cffb
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 16 Jan 2022 23:31:34 +0200

Clearify a little bit more.

Diffstat:
Mcontent/pages/irc-operator.md | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/pages/irc-operator.md b/content/pages/irc-operator.md @@ -2,11 +2,13 @@ title: IRC tasks. ## Forward to another channel. -This is relevant to the libera.chat servers. +Let's say you have an existing channel named `#channel` and you want to move to `#newchannel`. + +Use these commands on the libera.chat IRC network (may also work on other networks. I do not know) to forward users who join `#channel` to `#newchannel`: ``` /msg chanserv set #yourchannel mlock +if #yourotherchannel /msg chanserv set #yourchannel guard on ``` -You must not set any akick, or the kicked users would not be forwarded. +NOTICE: You must not set any akick, or the kicked users would not be forwarded to your new channel.