Server sets mode on channels

These are old archives. They are kept for historic purposes only.
Post Reply
FNdanielNL
Posts: 18
Joined: Fri Sep 28, 2007 8:31 pm

Server sets mode on channels

Post 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...
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Server sets mode on channels

Post by Jobe »

/mode #channela +vho USER USER USER

Try that.
Your IP: Image
Your Country: Image
FNdanielNL
Posts: 18
Joined: Fri Sep 28, 2007 8:31 pm

Re: Server sets mode on channels

Post by FNdanielNL »

Jobe1986 wrote:/mode #channela +vho USER USER USER

Try that.
Ty it is working :)

Now the channel mode question xD
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Server sets mode on channels

Post by Stealth »

look for set::modes-on-join
NewNode
Posts: 2
Joined: Fri Sep 28, 2007 10:33 pm

Re: Server sets mode on channels

Post by NewNode »

Umm ... have you tried looking at some Services and registering the channel?
FNdanielNL
Posts: 18
Joined: Fri Sep 28, 2007 8:31 pm

Re: Server sets mode on channels

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

Re: Server sets mode on channels

Post 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.
NewNode
Posts: 2
Joined: Fri Sep 28, 2007 10:33 pm

Re: Server sets mode on channels

Post by NewNode »

yeah it's called REGISTERING your channel :P
Post Reply