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>:

Code:
&lt;select&gt;
    &lt;optgroup label="Undernet"&gt;
        &lt;option value="eu.undernet.org"&gt;Undernet: Random EU server&lt;/option&gt;
        &lt;option value="ud.undernet.org"&gt;Undernet: Random US server&lt;/option&gt;
    &lt;/optgroup&gt;
    &lt;optgroup label="Umbranet"&gt;
        &lt;option value="irc.umbranet.org"&gt;Umbranet: Random server&lt;/option&gt;
    &lt;/optgroup&gt;
&lt;/select&gt;


so people will make less mistakes when selecting a server to join...

(the html code is just to serve as an example)