# HG changeset patch # User Jeff Hammel # Date 1268928910 25200 # Node ID e6a78f90c108c837ce9d55278b916a5f3b72f386 # Parent becf1798dfe661313f440069d5f4e10df4655910 * remove cruft * add #build channel for mozilla diff -r becf1798dfe6 -r e6a78f90c108 .irssi/config --- 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"; } );