we have been getting alot of people on the network lately who wanted to connect to a different network who's name is kind of similar...
it might be nice if the server dropdown list would be enhanced to work like a html <select> box with <optgroups>:
<select>
<optgroup label="Undernet">
<option value="eu.undernet.org">Undernet: Random EU server</option>
<option value="ud.undernet.org">Undernet: Random US server</option>
</optgroup>
<optgroup label="Umbranet">
<option value="irc.umbranet.org">Umbranet: Random server</option>
</optgroup>
</select>
so people will make less mistakes when selecting a server to join...
(
the html code is just to serve as an example)