Page 1 of 1

(oper)-auto-join

Posted: Wed Jan 13, 2016 9:31 am
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

Re: (oper)-auto-join

Posted: Wed Jan 13, 2016 12:40 pm
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 (?)

Re: (oper)-auto-join

Posted: Wed Jan 13, 2016 1:13 pm
by barman
It works now, thx