Page 1 of 1

Server sets mode on channels

Posted: Fri Sep 28, 2007 8:38 pm
by FNdanielNL
I can not find the part in the user manual about how to setup that the server sets modes for some channels like #channel a > server sets mode +ntr channel a.
Maybe can someone tell how to do this, or redirect to the user manual what is explaining this???
----------------------------
And the fellowing question, does not have a lot to do with unreal ircd but proubably does somebody know how to do this:

I want to set mode like

/mode #channel a +vho USER
and not like:
/mode #channel a +v USER
/mode #channel a +h USER
/mode #channel a +o USER

so I want to set all modes in one time...

Re: Server sets mode on channels

Posted: Fri Sep 28, 2007 9:13 pm
by Jobe
/mode #channela +vho USER USER USER

Try that.

Re: Server sets mode on channels

Posted: Fri Sep 28, 2007 9:43 pm
by FNdanielNL
Jobe1986 wrote:/mode #channela +vho USER USER USER

Try that.
Ty it is working :)

Now the channel mode question xD

Re: Server sets mode on channels

Posted: Fri Sep 28, 2007 10:26 pm
by Stealth
look for set::modes-on-join

Re: Server sets mode on channels

Posted: Fri Sep 28, 2007 10:36 pm
by NewNode
Umm ... have you tried looking at some Services and registering the channel?

Re: Server sets mode on channels

Posted: Fri Sep 28, 2007 10:40 pm
by FNdanielNL
yeah that is working but how do I set this channel modes for only one channel for example #channel1 and not for all channels

got now:
set::modes-on-connect <+ntr>;

Re: Server sets mode on channels

Posted: Fri Sep 28, 2007 11:59 pm
by Stealth
set::modes-on-join is what you need, set::modes-on-connect is something entirely different. Don't include the < and >, that is basic syntax notation.

If you want modes set on channels individually, you need to do so through services. That's what services are designed for.

Re: Server sets mode on channels

Posted: Sat Sep 29, 2007 12:01 am
by NewNode
yeah it's called REGISTERING your channel :P