delayed autojoin for server-idlers / network routings

These are old archives. They are kept for historic purposes only.
Post Reply
fragman

delayed autojoin for server-idlers / network routings

Post by fragman »

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
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

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 .

Code: Select all

auto-join      "#Roomname";	
Also update to 3.2.1 as no support is given for old versions .
Mamba

Post by Mamba »

Solutech 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 .

Code: Select all

auto-join      "#Roomname";	
Also update to 3.2.1 as no support is given for old versions .
yes we now but all join that chan than!! that is waht we no will ;)
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

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