User based access to channels

These are old archives. They are kept for historic purposes only.
Post Reply
Asisito
Posts: 7
Joined: Fri Sep 03, 2004 11:52 am

User based access to channels

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

Re: User based access to channels

Post by Stealth »

Use +i and +I, or +b and +e.

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

or

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