Page 1 of 1

User based access to channels

Posted: Thu Aug 16, 2007 7:57 am
by Asisito
Hello,
i would like to know how I can solve the following thing with UnrealIRCD:

I have three channels, #one, #two and #three.

and I would like to give user-based access to these channels.

so, e.g., user1 can only access #one and #three, user2 can access #two and so on.

Is there a way to realize this with unreal?

Thanks in advance.

Asisito

Re: User based access to channels

Posted: Thu Aug 16, 2007 6:37 pm
by Stealth
Use +i and +I, or +b and +e.

For example:
/mode #channel +iI user1!*@*

or

/mode #channel +be *!*@* user1!*@*