]> git.pld-linux.org Git - packages/irssi.git/blame - irssi.conf.patch
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/irssi.git] / irssi.conf.patch
CommitLineData
d6c150ee 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 = {
9b54b8a4 13@@ -54,12 +55,21 @@
d6c150ee 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";
9b54b8a4 24+ };
d6c150ee 25 };
26
27 channels = (
28 { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
29 { name = "#irssi"; chatnet = "opn"; autojoin = "No"; },
30- { name = "#silc"; chatnet = "silc"; autojoin = "No"; }
31+ { name = "#silc"; chatnet = "silc"; autojoin = "No"; },
9b54b8a4 32+ { name = "#pldhelp"; chatnet = "PLDNet"; autojoin = "No"; }
d6c150ee 33 );
34
35 aliases = {
This page took 0.644191 seconds and 4 git commands to generate.