[SOLVED] set::auto-join - set::oper-auto-join

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Post Reply
fearcry
Posts: 10
Joined: Sat Sep 26, 2020 10:08 am
Location: Germany
Contact:

[SOLVED] set::auto-join - set::oper-auto-join

Post by fearcry »

Hello,
please can someone give me a code example how to auto-join a channel with password (+k)?
There should be a Parameter for the JOIN Command.

Example
oper-auto-join "#chan <key>"; // doesn't work
oper-auto-join "#chan" <key>; // doesn't work

I need an example of the unrealircd-config set block.



cheers
PeGaSuS
Official supporter
Posts: 118
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

Re: set::auto-join - set::oper-auto-join

Post by PeGaSuS »

You can't do such thing inside UnrealIRCD's configuration.

You also don't need to password protect channels that are for opers only. You just need to set them to +O.

Code: Select all

O = IRC Operator only channel (settable by IRCops)
That way, only IRCops can enter those channels.

Hope this helps.
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
fearcry
Posts: 10
Joined: Sat Sep 26, 2020 10:08 am
Location: Germany
Contact:

Re: set::auto-join - set::oper-auto-join

Post by fearcry »

Okay, thx . . .
Post Reply