Search found 2 matches

by jevexejur
Fri Mar 01, 2019 3:33 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: [REQUEST] Permanent channels
Replies: 3
Views: 20067

Re: [REQUEST] Permanent channels

"Official channels" are nothing like permanent channels in, for example, InspIRCd.

"Official channels" just shows the channels in /list, it doesn't actually create the channels on start up.
by jevexejur
Thu Feb 28, 2019 8:14 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [REQUEST] Permanent channels
Replies: 3
Views: 20067

[REQUEST] Permanent channels

InspIRCd has this and it's really helpful for networks that have no need to run services.

Example configuration block:

channels {
channel {
name "#chat";
modes "+Pnt";
topic "Welcome to chat!";
};
channel {
name "#help";
modes "+Pnt";
topic "Welcome to help!";
};
};