]> git.pld-linux.org Git - packages/irssi.git/blob - irssi.conf.patch
- added bcond to disable support for SSL
[packages/irssi.git] / irssi.conf.patch
1 --- irssi-0.8.6/irssi.conf.orig Thu Sep 12 01:00:08 2002
2 +++ irssi-0.8.6/irssi.conf      Tue Nov 19 14:47:41 2002
3 @@ -22,6 +22,7 @@
4    },
5    { address = "irc.ptnet.org"; chatnet = "PTnet"; port = "6667"; },
6    { address = "irc.azzurra.org"; chatnet = "AzzurraNET"; port = "6667"; },
7 +  { address = "irc.pld.org.pl"; chatnet = "PLDNet"; port = "6667"; },
8    { address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
9  );
10  
11 @@ -104,11 +105,20 @@
12      max_msgs = "3";
13    };
14    SILC = { type = "SILC"; };
15 +  PLDNet = {
16 +    type = "IRC";
17 +    max_kicks = "4";
18 +    max_modes = "4";
19 +    max_msgs = "5";
20 +    max_whois = "4";
21 +    max_query_chans = "5";
22 +  };
23  };
24  
25  channels = (
26    { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
27    { name = "#irssi"; chatnet = "freenode"; autojoin = "No"; },
28 +  { name = "#pldhelp"; chatnet = "PLDNet"; autojoin = "No"; },
29    { name = "#silc"; chatnet = "silc"; autojoin = "No"; }
30  );
31  
This page took 0.079659 seconds and 3 git commands to generate.