(oper)-auto-join

These are old archives. They are kept for historic purposes only.
Post Reply
barman
Posts: 4
Joined: Sat Jul 27, 2013 7:56 pm

(oper)-auto-join

Post by barman »

Hello

After looking i couldn't find a topic about this.

What am i looking for: How to (oper)-auto-join mor channels

When i do auto-join "#chan, #chan2";
or
auto-join "chan";
auto-join "chan2";

it's not working, it only give one channel. How can i fix this?

Thx
Website www.chattersplace.com
Chatnetwork irc.chattersplace.com join us :)
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: (oper)-auto-join

Post by Syzop »

You can use set::oper-auto-join to define which channels should be joined by ircops:

Code: Select all

set {
        oper-auto-join "#one,#two"; };
};
EDIT: oh. I think your problem is that you are putting spaces between the channels (?)
barman
Posts: 4
Joined: Sat Jul 27, 2013 7:56 pm

Re: (oper)-auto-join

Post by barman »

It works now, thx
Website www.chattersplace.com
Chatnetwork irc.chattersplace.com join us :)
Post Reply