So my question is: Where to set in the following when it's no place in the unrealircd.conf:
Syntax:
official-channels {
"#channel" { topic "The default topic"; };
};
Official channels are shown in /list even if no users are in the channel. The topic is optional and is only shown in /list if it has 0 users.
Example:
official-channels {
"#Help" { topic "The official help channel, if nobody is present type /helpop helpme"; };
"#Home";
"#Main" { topic "The main channel"; };
};