This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

creating server list for sbnc

Help with usage of shell accounts and bouncers.
Post Reply
K
Kraka
Voice
Posts: 19
Joined: Thu Apr 21, 2005 9:25 pm

creating server list for sbnc

Post by Kraka »

i am looking for a way to set more than one server for a user to connect to on sbnc...is there a tcl that exists that it will either cycle a list of servers if it can not connect...or something similar..i found this script but when i use it, it sets:
[19:17:42] <-sBNC> Scheduled reconnect in 2 seconds.
[19:17:44] <-sBNC> Trying to reconnect to underworld.no.quakenet.org 6667:6667
[19:17:44] <-sBNC> Trying to reconnect to underworld.no.quakenet.org 6667:6667

and this is the code that i was using...but am looking sor something a little better

Code: Select all

/sbnc tcl :foreach user [bncuserlist] {setctx $user;set servers "{[list underworld.no.quakenet.org 6667]} {[list port80.se.quakenet.org 6667]} {[list stockholm.se.quakenet.org 6667]} {[list wineasy.se.quakenet.org 6667]} {[list b0rk.uk.quakenet.org 6667]} {[list blueyonder.uk.quakenet.org 6667]} {[list demon.uk.quakenet.org 6667]} {[list multiplay.uk.quakenet.org 6667]}"; set ::defaulltserver [lindex $servers [rand [llength $servers]]]}
Post Reply