kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

irc-operator.md (510B)


      1 title: IRC tasks.
      2 
      3 ## Forward to another channel.
      4 
      5 Let's say you have an existing channel named `#channel` and you want to move to `#newchannel`.
      6 
      7 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`:
      8 
      9 ```
     10 /msg chanserv set #yourchannel mlock +if #yourotherchannel
     11 /msg chanserv set #yourchannel guard on
     12 ```
     13 
     14 NOTICE: You must not set any akick, or the kicked users would not be forwarded to your new channel.