Description:
change the default IRC server to be irc.ubuntu.com. This is currently pointing
at Freenode, so this should be a no-op change right now but gives us the
flexibility to change which IRC network we send our users to by default even after a release.

Ubuntu-bug: https://bugs.launchpad.net/bugs/52690

--- a/irssi.conf
+++ b/irssi.conf
@@ -1,4 +1,5 @@
 servers = (
+  { address = "irc.ubuntu.com";    chatnet = "Ubuntu";    port = "6697"; use_ssl = "yes"; },
   { address = "irc.dal.net";       chatnet = "DALnet";    port = "6667"; },
   { address = "irc.efnet.org";     chatnet = "EFNet";     port = "6667"; },
   { address = "irc.esper.net";     chatnet = "EsperNet";  port = "6667"; },
@@ -16,6 +17,12 @@
 );
 
 chatnets = {
+  Ubuntu = {
+    type = "IRC";
+    max_kicks = "1";
+    max_msgs = "4";
+    max_whois = "1";
+  };
   DALnet = {
     type      = "IRC";
     max_kicks = "4";
