Page 1 of 1

Autojoin-Problems

Posted: Mon Dec 06, 2004 7:05 am
by madman
I can have 1 autojoin channel but not two, as stated in the docs it says:

Code: Select all

set::auto-join <channels>;
The channel(s) a user will be forced to join at connection. To specify more than one channel use a [b]comma separated list.[/b]
I've got "auto-join "#channel1";" and then to make it join 2 channels I make it, "auto-join "#channel1", "#channel2";"
rscowners.hopto.org
Then when I rehash it doesn't join them and it gives me this error.

Code: Select all

(16:50:49) -127.0.0.1- *** Notice -- Rehashing all files via the console
(16:50:50) -127.0.0.1- *** Notice -- Loading IRCd configuration ..
(16:50:50) -127.0.0.1- *** Notice -- unrealircd.conf:808: Ignoring extra data
(16:50:55) -127.0.0.1- *** Notice -- Configuration loaded without any problems ..
~madman

Posted: Mon Dec 06, 2004 7:54 am
by AngryWolf
As the documentation describes, only one value may be specified for a directive. Never more. So when you want to set more than one auto-join channels, you must specify the list within one quote, for example, like this: auto-join "#channel1,#channel2";.

Posted: Mon Dec 06, 2004 10:10 am
by madman
Thanks AngryWolf!! I must've missed that :lol:

~madman

Posted: Sun Feb 20, 2005 8:41 pm
by Warian2099
AngryWolf wrote:As the documentation describes, only one value may be specified for a directive. Never more. So when you want to set more than one auto-join channels, you must specify the list within one quote, for example, like this: auto-join "#channel1,#channel2";.
Thanks - I was just about to ask this question...

You rock, AW. Thanks for the info! :D