summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@irssi.org>2005-03-04 21:07:51 +0000
committerGeert <Geert@dbcabf3a-b0e7-0310-adc4-f8d773084564>2005-03-04 21:07:51 +0000
commit038ec18661a7dd2c191d086c23cbde4fd66f1bbb (patch)
treed3c6939489959ad5989b0e4d828b1f0a299a66e8
parenta809cecda81bfc2c630eb2a55a25cf72ef7d767c (diff)
downloadirssi-038ec18661a7dd2c191d086c23cbde4fd66f1bbb.zip
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 <geert@irssi.org> - Christel Dahlskjaer <christel@irssi.org> - Valentin Batz <senneth@irssi.org> Changes: -------- - Removed 'freenode' from the ircnet list. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3712 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--irssi.conf9
1 files changed, 0 insertions, 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"; }
);