changeset 35:e6a78f90c108

* remove cruft * add #build channel for mozilla
author Jeff Hammel <k0scist@gmail.com>
date Thu, 18 Mar 2010 09:15:10 -0700
parents becf1798dfe6
children d83f35b9b799
files .irssi/config
diffstat 1 files changed, 1 insertions(+), 40 deletions(-) [+]
line wrap: on
line diff
--- a/.irssi/config	Tue Mar 16 12:00:34 2010 -0700
+++ b/.irssi/config	Thu Mar 18 09:15:10 2010 -0700
@@ -9,20 +9,6 @@
     chatnet = "mozilla";
     autoconnect = "Yes";
   },
-  { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
-  { address = "irc.efnet.net"; chatnet = "EFNet"; port = "6667"; },
-  { 
-    address = "irc.undernet.org";
-    chatnet = "Undernet";
-    port = "6667";
-  },
-  { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
-  { 
-    address = "irc.quakenet.org";
-    chatnet = "QuakeNet";
-    port = "6667";
-  },
-  { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
 );
 
 chatnets = {
@@ -34,30 +20,6 @@
     max_whois = "4";
     max_query_chans = "5";
   };
-  EFNet = { 
-    type = "IRC";
-    max_kicks = "4";
-    max_msgs = "3";
-    max_whois = "1";
-  };
-  Undernet = {
-    type = "IRC";
-    max_kicks = "1";
-    max_msgs = "3";
-    max_whois = "30";
-  };
-  DALnet = {
-    type = "IRC";
-    max_kicks = "4";
-    max_msgs = "3";
-    max_whois = "30";
-  };
-  QuakeNet = {
-    type = "IRC";
-    max_kicks = "1";
-    max_msgs = "3";
-    max_whois = "30";
-  };
   SILC = { type = "SILC"; };
   mozilla = { type = "IRC"; };
 };
@@ -69,6 +31,7 @@
   { name = "#qa"; chatnet = "mozilla"; autojoin = "Yes"; },
   { name = "#developers"; chatnet = "mozilla"; autojoin = "Yes"; }
   { name = "#ateam"; chatnet = "mozilla"; autojoin = "Yes"; }
+  { name = "#build"; chatnet = "mozilla"; autojoin = "Yes"; }
 );
 
 aliases = {
@@ -241,6 +204,4 @@
 };
 hilights = (
   { text = "jhammel"; },
-  { text = "achtung"; },
-  { text = "goulash"; }
 );