]> git.pld-linux.org Git - packages/irssi.git/commitdiff
This patch adds entry about PLDNet in config and configures it. It also has default...
authorjack <jack@pld-linux.org>
Mon, 13 May 2002 00:39:43 +0000 (00:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssi.conf.patch -> 1.1

irssi.conf.patch [new file with mode: 0644]

diff --git a/irssi.conf.patch b/irssi.conf.patch
new file mode 100644 (file)
index 0000000..75894d1
--- /dev/null
@@ -0,0 +1,34 @@
+--- irssi-0.8.4.oryg/irssi.conf        Sun Mar 10 15:10:01 2002
++++ irssi-0.8.4/irssi.conf     Mon May 13 02:22:21 2002
+@@ -10,7 +10,8 @@
+   { 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"; }
++  { address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; },
++  { address = "irc.pld.org.pl"; chatnet = "PLDNet"; port = "6667"; }
+ );
+ chatnets = {
+@@ -54,12 +55,20 @@
+     max_msgs = "100";
+   };
+   SILC = { type = "SILC"; };
++  PLDNet = {
++    type = "IRC";
++    max_kicks = "4";
++    max_modes = "4";
++    max_msgs = "5";
++    max_whois = "4";
++    max_query_chans = "5";
+ };
+ channels = (
+   { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
+   { name = "#irssi"; chatnet = "opn"; autojoin = "No"; },
+-  { name = "#silc"; chatnet = "silc"; autojoin = "No"; }
++  { name = "#silc"; chatnet = "silc"; autojoin = "No"; },
++  { name = "#pldhelp"; chatnet = "pldnet"; autojoin = "No"; }
+ );
+ aliases = {
This page took 0.112758 seconds and 4 git commands to generate.