forked from PsychoticNinja/irssi
Added GIMPNet, reformatted to look exactly the same as it gets when /SAVEd.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2489 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
490e411814
commit
55561eb2c9
72
irssi.conf
72
irssi.conf
@ -1,27 +1,65 @@
|
|||||||
servers = (
|
servers = (
|
||||||
{ address = "irc.stealth.net"; chatnet = IRCNet; port = 6668; },
|
{ address = "irc.stealth.net"; chatnet = "IRCNet"; port = "6668"; },
|
||||||
{ address = "irc.efnet.net"; chatnet = EFNet; port = 6667; },
|
{ address = "irc.efnet.net"; chatnet = "EFNet"; port = "6667"; },
|
||||||
{ address = "irc.undernet.org"; chatnet = Undernet; port = 6667; },
|
{
|
||||||
{ address = "irc.dal.net"; chatnet = DALnet; port = 6667; },
|
address = "irc.undernet.org";
|
||||||
{ address = "irc.openprojects.net"; chatnet = OPN; port = 6667; },
|
chatnet = "Undernet";
|
||||||
{ address = "irc.ptlink.net"; chatnet = PTlink; port = 6667; },
|
port = "6667";
|
||||||
{ address = "silc.pspt.fi"; chatnet = SILC; port = 706; }
|
},
|
||||||
|
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
||||||
|
{ address = "irc.openprojects.net"; chatnet = "OPN"; port = "6667"; },
|
||||||
|
{ address = "irc.gnome.org"; chatnet = "GIMPNet"; port = "6667"; },
|
||||||
|
{ address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; },
|
||||||
|
{ address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
chatnets = {
|
chatnets = {
|
||||||
IRCNet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; max_query_chans = "5"; };
|
IRCNet = {
|
||||||
EFNet = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 3; };
|
type = "IRC";
|
||||||
Undernet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 3; };
|
max_kicks = "4";
|
||||||
DALNet = { type = "IRC"; max_kicks = 4; max_modes = 6; max_msgs = 3; };
|
max_modes = "3";
|
||||||
OPN = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 1; };
|
max_msgs = "5";
|
||||||
PTLink = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; };
|
max_whois = "4";
|
||||||
|
max_query_chans = "5";
|
||||||
|
};
|
||||||
|
EFNet = {
|
||||||
|
type = "IRC";
|
||||||
|
max_kicks = "4";
|
||||||
|
max_modes = "4";
|
||||||
|
max_msgs = "3";
|
||||||
|
};
|
||||||
|
Undernet = {
|
||||||
|
type = "IRC";
|
||||||
|
max_kicks = "4";
|
||||||
|
max_modes = "3";
|
||||||
|
max_msgs = "3";
|
||||||
|
};
|
||||||
|
DALNet = {
|
||||||
|
type = "IRC";
|
||||||
|
max_kicks = "4";
|
||||||
|
max_modes = "6";
|
||||||
|
max_msgs = "3";
|
||||||
|
};
|
||||||
|
OPN = { type = "IRC"; max_kicks = "4"; max_modes = "4"; max_msgs = "1"; };
|
||||||
|
GIMPNet = {
|
||||||
|
type = "IRC";
|
||||||
|
max_kicks = "4";
|
||||||
|
max_modes = "4";
|
||||||
|
max_msgs = "3";
|
||||||
|
};
|
||||||
|
PTLink = {
|
||||||
|
type = "IRC";
|
||||||
|
max_kicks = "1";
|
||||||
|
max_modes = "6";
|
||||||
|
max_msgs = "100";
|
||||||
|
};
|
||||||
SILC = { type = "SILC"; };
|
SILC = { type = "SILC"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
channels = (
|
channels = (
|
||||||
{ name = "#irssi"; chatnet = ircnet; autojoin = No; },
|
{ name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
|
||||||
{ name = "#irssi"; chatnet = opn; autojoin = No; },
|
{ name = "#irssi"; chatnet = "opn"; autojoin = "No"; },
|
||||||
{ name = "#silc"; chatnet = silc; autojoin = No; }
|
{ name = "#silc"; chatnet = "silc"; autojoin = "No"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
@ -140,7 +178,7 @@ statusbar = {
|
|||||||
items = {
|
items = {
|
||||||
barstart = { priority = "100"; };
|
barstart = { priority = "100"; };
|
||||||
window = { };
|
window = { };
|
||||||
window_empty = { };
|
window_empty = { };
|
||||||
more = { priority = "-1"; alignment = "right"; };
|
more = { priority = "-1"; alignment = "right"; };
|
||||||
barend = { priority = "100"; alignment = "right"; };
|
barend = { priority = "100"; alignment = "right"; };
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user