Page 1 of 1

4.34 - Official Channels Block OPTIONAL

Posted: Sun Aug 14, 2005 3:40 pm
by Alex
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"; };
};

Posted: Sun Aug 14, 2005 5:51 pm
by Stealth
You need to make the blocks. You can make the block anywhere in your unrealircd.conf, as long as it is not in another block.

Posted: Mon Aug 15, 2005 7:57 am
by Alex
Stealth wrote:You need to make the blocks. You can make the block anywhere in your unrealircd.conf, as long as it is not in another block.
Hello, I made that block as you told me and tested with one channel, but it didn't work. Do you have any suggestion what I possible can have done wrong :?: I followed the manual when I did it. below is the channel I made:

"#Lobby" { topic "Welcome to #Lobby for Clean Chat. All chat must be suitable for your kids or your Mom to hear. No swearing, no sexual talk. Do not send private messages without permission."; };

Thanks

Posted: Mon Aug 15, 2005 9:55 pm
by Jason
Did you join the channel and expect to find that topic? That doesnt happen (though perhaps it should...) It just shows like that in /list when empty

Posted: Mon Aug 15, 2005 10:39 pm
by Alex
Jason wrote:Did you join the channel and expect to find that topic? That doesnt happen (though perhaps it should...) It just shows like that in /list when empty
Yes I actually did Jason.