Users don´t join the auto-join channel i´ve given the conf

These are old archives. They are kept for historic purposes only.
Post Reply
JAMy
Posts: 5
Joined: Mon Aug 23, 2004 8:05 pm

Users don´t join the auto-join channel i´ve given the conf

Post by JAMy »

Hi everyone!

I am trying to force the User of my network to join a particular channel and made it as follows:

set {
kline-address [email protected];
auto-join #welcome;
options {
hide-ulines;
};
hosts {
local LocalOp.MyNet.com;
global globalop.mynet.com;
};
};

Under the set-line. But they don´t join the chan... why? :-)
I am. I can.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Put the channel in quotes.
auto-join "#channel";
Post Reply