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?