]> git.pld-linux.org Git - packages/irssi.git/blob - irssi.conf.patch
- up
[packages/irssi.git] / irssi.conf.patch
1 diff -ur irssi-0.8.10/irssi.conf irssi-0.8.10.new/irssi.conf
2 --- irssi-0.8.10/irssi.conf     2005-12-08 17:32:50.000000000 +0000
3 +++ irssi-0.8.10.new/irssi.conf 2005-12-11 14:33:31.237162000 +0000
4 @@ -8,6 +8,7 @@
5    },
6    { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
7    { address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; },
8 +  { address = "irc.pld-linux.org"; chatnet = "PLDNet"; port = "6667"; },
9    { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
10  );
11  
12 @@ -44,10 +45,19 @@
13      max_whois = "30";
14    };
15    SILC = { type = "SILC"; };
16 +  PLDNet = {
17 +    type = "IRC";
18 +    max_kicks = "4";
19 +    max_modes = "4";
20 +    max_msgs = "5";
21 +    max_whois = "4";
22 +    max_query_chans = "5";
23 +  };
24  };
25  
26  channels = (
27    { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
28 +  { name = "#pldhelp"; chatnet = "PLDNet"; autojoin = "Yes"; },
29    { name = "silc"; chatnet = "silc"; autojoin = "No"; }
30  );
31  
This page took 0.092072 seconds and 3 git commands to generate.