4.34 - Official Channels Block OPTIONAL

These are old archives. They are kept for historic purposes only.
Post Reply
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

4.34 - Official Channels Block OPTIONAL

Post 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"; };
};
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post 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
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post 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
Why the hell can't my signature be empty?
"Your message contains too few characters."
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post 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.
Post Reply