‹ back home

Setting up IRC redirects

2023-01-20 #instant-messaging #irc #notes
Update 2023-10-23

Added the +i mode. See below for details.

A few weeks ago I wanted to set up a few redirects on IRC. Mainly, I wanted to redirect #vdirsyncer, #khal and #todoman to the #pimutils channel (given that pimutils is the umbrella project for both of these).

These are the commands I had to run after authenticating:

/msg ChanServ register #todoman
/msg ChanServ set #todoman mlock +if #pimutils
/msg ChanServ set #todoman guard on

/msg ChanServ register #vdirsyncer
/msg ChanServ set #vdirsyncer mlock +if #pimutils
/msg ChanServ set #vdirsyncer guard on

/msg ChanServ register #khal
/msg ChanServ set #khal mlock +if #pimutils
/msg ChanServ set #khal guard on

Reference

The channel needs to be invite only; only users that cannot join the channel are redirected.

Topic

Setting a topic is important:

/msg chanserv topic #pimutils Don't ask if you can ask questions, just ask. Be prepared to wait, your question will not be answered immediately.

Have comments or want to discuss this topic?
Send an email to my public inbox: ~whynothugo/public-inbox@lists.sr.ht.
Or feel free to reply privately by email: hugo@whynothugo.nl.

— § —