I am wondering if the SmartIRC can be coded to work with a server list, like eggdrop. If one server is unconnectable try the next server in the list. Proboly just done with an array of server addresses and ports would be the easiest if it's not already a feature.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
at moment that is not a feature of SmartIRC, it has only AutorReconnect (if connection timesout) and AutoRetry (connecting to server till connected) but that uses one static IRC server... giving SmartIRC an array with a serverlist I will implement soon for the 0.6.0 release, also I will make a 0.5.2 release which will have bugfixes but not the new features lilke Serverlist or Module-support.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
I am wondering if the SmartIRC can be coded to work with a server list, like eggdrop. If one server is unconnectable try the next server in the list. Proboly just done with an array of server addresses and ports would be the easiest if it's not already a feature.
at moment that is not a feature of SmartIRC, it has only AutorReconnect (if connection timesout) and AutoRetry (connecting to server till connected) but that uses one static IRC server... giving SmartIRC an array with a serverlist I will implement soon for the 0.6.0 release, also I will make a 0.5.2 release which will have bugfixes but not the new features lilke Serverlist or Module-support.