Autojoin-Problems

These are old archives. They are kept for historic purposes only.
Post Reply
madman
Posts: 34
Joined: Thu Nov 04, 2004 7:55 am

Autojoin-Problems

Post 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
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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";.
madman
Posts: 34
Joined: Thu Nov 04, 2004 7:55 am

Post by madman »

Thanks AngryWolf!! I must've missed that :lol:

~madman
Warian2099

Post 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
Post Reply