mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Added AzzurraNET.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2902 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0589242812
commit
6ca57e8c85
@ -21,6 +21,7 @@ servers = (
|
|||||||
port = "6667";
|
port = "6667";
|
||||||
},
|
},
|
||||||
{ address = "irc.ptnet.org"; chatnet = "PTnet"; port = "6667"; },
|
{ address = "irc.ptnet.org"; chatnet = "PTnet"; port = "6667"; },
|
||||||
|
{ address = "irc.azzurra.org"; chatnet = "AzzurraNET"; port = "6667"; },
|
||||||
{ address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
|
{ address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -96,6 +97,12 @@ chatnets = {
|
|||||||
max_msgs = "10";
|
max_msgs = "10";
|
||||||
max_whois = "30";
|
max_whois = "30";
|
||||||
};
|
};
|
||||||
|
AzzurraNET = {
|
||||||
|
type = "IRC";
|
||||||
|
max_kicks = "4";
|
||||||
|
max_modes = "6";
|
||||||
|
max_msgs = "3";
|
||||||
|
};
|
||||||
SILC = { type = "SILC"; };
|
SILC = { type = "SILC"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user