kaka.farm

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

commit 3c26fa8d82c9132773457422eec0d37532bab756
parent af7b5238d60f2fb1df3223e30f1a37eaea29e46f
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri, 14 Jan 2022 02:04:45 +0200

Add IRC operator stuff.

Diffstat:
Acontent/pages/irc-operator.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/content/pages/irc-operator.md b/content/pages/irc-operator.md @@ -0,0 +1,12 @@ +title: IRC tasks. + +## Forward to another channel. + +This is relevant to the libera.chat servers. + +``` +/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.