]> git.pld-linux.org Git - packages/irssi.git/blob - irssi.conf.patch
75894d131083ca503e26b94b15eb3b9d7cd27ce3
[packages/irssi.git] / irssi.conf.patch
1 --- irssi-0.8.4.oryg/irssi.conf Sun Mar 10 15:10:01 2002
2 +++ irssi-0.8.4/irssi.conf      Mon May 13 02:22:21 2002
3 @@ -10,7 +10,8 @@
4    { address = "irc.openprojects.net"; chatnet = "OPN"; port = "6667"; },
5    { address = "irc.gnome.org"; chatnet = "GIMPNet"; port = "6667"; },
6    { address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; },
7 -  { address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
8 +  { address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; },
9 +  { address = "irc.pld.org.pl"; chatnet = "PLDNet"; port = "6667"; }
10  );
11  
12  chatnets = {
13 @@ -54,12 +55,20 @@
14      max_msgs = "100";
15    };
16    SILC = { type = "SILC"; };
17 +  PLDNet = {
18 +    type = "IRC";
19 +    max_kicks = "4";
20 +    max_modes = "4";
21 +    max_msgs = "5";
22 +    max_whois = "4";
23 +    max_query_chans = "5";
24  };
25  
26  channels = (
27    { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
28    { name = "#irssi"; chatnet = "opn"; autojoin = "No"; },
29 -  { name = "#silc"; chatnet = "silc"; autojoin = "No"; }
30 +  { name = "#silc"; chatnet = "silc"; autojoin = "No"; },
31 +  { name = "#pldhelp"; chatnet = "pldnet"; autojoin = "No"; }
32  );
33  
34  aliases = {
This page took 0.049997 seconds and 2 git commands to generate.