Permanent Channels in Config

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Post Reply
nmaludy
Posts: 1
Joined: Tue Mar 07, 2023 1:37 pm

Permanent Channels in Config

Post by nmaludy »

Hello,

I'm setting up an IRC server on a disconnected network using Ansible. I would like to setup a few channels with topics, modes, etc configured so that when users join it makes the experience easier.

I found the official-channel block documentation https://www.unrealircd.org/docs/Official-channels_block and that seems to be what i want, except that it's deprecated and mentions setting +P on the channel to make it permanent. However, i wasn't able to figure out how to set a channel mode in the config file.

Can you help point me in the right direction?

Thanks,
Nick
PeGaSuS
Official supporter
Posts: 96
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

Re: Permanent Channels in Config

Post by PeGaSuS »

Hello.

You'd need to first jon the channels you want to make permanent, set topic, channel modes, etc and then you need to "/mode #channel +P".

After that, those channels will keep their topic and modes.

You can also create a MOTD file (ircd.motd inside the conf folder) with the list of "official" channels, which will be displayed to users on connect.

MOTD content example:

Code: Select all

Welcome to $NETWOK

Help Channel:
- #Help

Official channels: 
- #Chat
- #Friends
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
Post Reply