Page 1 of 1

Setting modes on official-channels

Posted: Wed Aug 04, 2010 3:44 pm
by larttyler
So I recently got my IRC server up and running with Unreal. I was looking through the documentation and noticed you could set official channels that always existed, regardless of whether or not there were users currently in it. I was wondering, however, if you could also set modes for each channel individually. For example, #general might have +G added, but #18+ might have -G set. Does that make sense...?


Thanks in advance!

Tyler

Re: Setting modes on official-channels

Posted: Wed Aug 04, 2010 4:12 pm
by katsklaw
Modes do not exist on channels that do not exist. Which means you can't set modes with no users in the channel, because it doesn't exist. Unreal doesn't support persistent channel modes. What happens is when the first user joins the channel it is created, the ircd sets modes, then services enforces modelock, if any.

As for your seconds question, no, you can't without using services modelock.

Re: Setting modes on official-channels

Posted: Wed Aug 04, 2010 5:34 pm
by larttyler
Ah. Ok, thanks for your help :)