1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

added PTnet

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2654 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-04-05 01:21:08 +00:00 committed by cras
parent 52fee01584
commit 5a2e4e810e

View File

@ -12,6 +12,7 @@ servers = (
{ address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; },
{ address = "irc.sorcery.net"; chatnet = "SorceryNet"; port = "6667"; },
{ address = "irc.hashmark.net"; chatnet = "Hashmark"; port = "6667"; },
{ address = "irc.ptnet.org"; chatnet = "PTnet"; port = "6667"; },
{ address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
);
@ -53,11 +54,11 @@ chatnets = {
type = "IRC";
max_kicks = "1";
max_modes = "6";
max_msgs = "100";
max_msgs = "30";
};
SorceryNet = {
type = "IRC";
max_kicks = "100";
max_kicks = "30";
max_modes = "6";
max_msgs = "100";
};
@ -67,6 +68,12 @@ chatnets = {
max_modes = "3";
max_msgs = "3";
};
PTnet = {
type = "IRC";
max_kicks = "30";
max_modes = "13";
max_msgs = "10";
};
SILC = { type = "SILC"; };
};