mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
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
This commit is contained in:
parent
a809cecda8
commit
038ec18661
@ -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"; }
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user