]> git.pld-linux.org Git - packages/irssi.git/blobdiff - irssi.conf.patch
missung ';'
[packages/irssi.git] / irssi.conf.patch
index a2f53a49e44171b04603cc1fe4b1929ae1ddf560..a82a07fd17a1b63d5387e3d32fef35498e4af8c7 100644 (file)
@@ -1,17 +1,15 @@
---- 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"; }
+--- irssi-0.8.9/irssi.conf     2004-01-20 00:43:34.701543232 +0000
++++ irssi-0.8.9/irssi.conf.orig        2004-01-20 00:43:37.746080392 +0000
+@@ -22,6 +22,7 @@
+   },
+   { address = "irc.ptnet.org"; chatnet = "PTnet"; port = "6667"; },
+   { address = "irc.azzurra.org"; chatnet = "AzzurraNET"; port = "6667"; },
++  { address = "irc.pld-linux.org"; chatnet = "PLDNet"; port = "6667"; },
+   { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
  );
  
- chatnets = {
-@@ -54,12 +55,21 @@
-     max_msgs = "100";
+@@ -104,11 +105,20 @@
+     max_msgs = "3";
    };
    SILC = { type = "SILC"; };
 +  PLDNet = {
  
  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"; }
+   { name = "#irssi"; chatnet = "freenode"; autojoin = "No"; },
++  { name = "#pldhelp"; chatnet = "PLDNet"; autojoin = "Yes"; },
+   { name = "silc"; chatnet = "silc"; autojoin = "No"; }
  );
  
- aliases = {
This page took 0.076851 seconds and 4 git commands to generate.