hy everybody
2 config-questions:
- on my net i have many people connecting to the servers und not joining any channel. how can i force them after XX minutes not being in any channel (5 would be fine) to join some specific channel? e.g. #my-net-idlers.
- i have atm 3 servers running unreal 3.2 beta 19 linked together. everyone of them has a own hostname, and the root-server has an hostname like irc.my-net.de. so every user connecting is on the root-server. how can i make the root-server passing the connections to the other 2 (or later more) servers randomly like loadbalancing? atm i have a redirect-server entry if the connection class is full, but imho this isnt the best solution for 3 or more servers.
didnt found anything in the manuals / faq / forum search.
very very big thx in advance
greez fragman
delayed autojoin for server-idlers / network routings
Dont know about a delayed force join but you can join users to a channel on connect . Look for this in your config . You will find it in the set block .
Also update to 3.2.1 as no support is given for old versions .
Code: Select all
auto-join "#Roomname"; -
Mamba
yes we now but all join that chan than!! that is waht we no willSolutech wrote:Dont know about a delayed force join but you can join users to a channel on connect . Look for this in your config . You will find it in the set block .
Also update to 3.2.1 as no support is given for old versions .Code: Select all
auto-join "#Roomname";
Its best not to have users in limbo anyway . They are far too easy to lose track of . Personally I dont like people being off channel especially if they join then stay there . That tends to get them some attention from the ircops or /sajoin 'd to a channel . You could always have everyone join #idle then they could leave and join another channel . That way would save you a lot of messing about .