From 038ec18661a7dd2c191d086c23cbde4fd66f1bbb Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Fri, 4 Mar 2005 21:07:51 +0000 Subject: It has been brought to our attention that freenode staff management are concerned that bot owners might be using the mIRC server lists in order to target irc networks for spam, this we do not find any proof of. mIRC might be the most used Windows Client, and possibly also the "ultimate kiddie" client. This does not mean that we should flame mIRC or mIRC users through wallops. The Irssi development team does not support flaming or in any way attacking other IRC clients and their users (nor do we support flaming of other OS's or personal attacks on people for their choice of OS, application etc.), whether their inbuildt lists *could* be used by drone writers or not. Every IRC client holds 'default servers'. Xchat and Gaim for example have nearly the exact same list as mIRC. Regards, - Geert Hauwaerts - Christel Dahlskjaer - Valentin Batz Changes: -------- - Removed 'freenode' from the ircnet list. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3712 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- irssi.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/irssi.conf b/irssi.conf index 0dc604af..edbf612c 100644 --- a/irssi.conf +++ b/irssi.conf @@ -7,7 +7,6 @@ servers = ( port = "6667"; }, { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; }, - { address = "irc.freenode.net"; chatnet = "freenode"; port = "6667"; }, { address = "irc.gnome.org"; chatnet = "GIMPNet"; port = "6667"; }, { address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; }, { @@ -55,13 +54,6 @@ chatnets = { max_msgs = "3"; max_whois = "30"; }; - freenode = { - type = "IRC"; - max_kicks = "4"; - max_modes = "4"; - max_msgs = "1"; - max_whois = "1"; - }; GIMPNet = { type = "IRC"; max_kicks = "4"; @@ -108,7 +100,6 @@ chatnets = { channels = ( { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; }, - { name = "#irssi"; chatnet = "freenode"; autojoin = "No"; }, { name = "silc"; chatnet = "silc"; autojoin = "No"; } ); -- cgit v1.2.3