4.34 - Official Channels Block OPTIONAL
Posted: Sun Aug 14, 2005 3:40 pm
Have been reading the manual for UnrealIRCd v.3.2.3, and I found there were a place to set up channels in the official channels block, section 4.34, but when I open my unrealircd.conf trying to find it, there is no place to set in any channels, unless for deny channel and allow channel.
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"; };
};
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"; };
};