mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Added Sorcery network.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2635 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ff6aca68e1
commit
fe9e18ac26
@ -10,6 +10,7 @@ servers = (
|
|||||||
{ address = "irc.openprojects.net"; chatnet = "OPN"; port = "6667"; },
|
{ address = "irc.openprojects.net"; chatnet = "OPN"; port = "6667"; },
|
||||||
{ address = "irc.gnome.org"; chatnet = "GIMPNet"; port = "6667"; },
|
{ address = "irc.gnome.org"; chatnet = "GIMPNet"; port = "6667"; },
|
||||||
{ address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; },
|
{ address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; },
|
||||||
|
{ address = "irc.sorcery.net"; chatnet = "Sorcery"; port = "6667"; },
|
||||||
{ address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
|
{ address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -53,6 +54,12 @@ chatnets = {
|
|||||||
max_modes = "6";
|
max_modes = "6";
|
||||||
max_msgs = "100";
|
max_msgs = "100";
|
||||||
};
|
};
|
||||||
|
Sorcery = {
|
||||||
|
type = "IRC";
|
||||||
|
max_kicks = "100";
|
||||||
|
max_modes = "6";
|
||||||
|
max_msgs = "100";
|
||||||
|
};
|
||||||
SILC = { type = "SILC"; };
|
SILC = { type = "SILC"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user