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.
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";.
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";.