Package: irssi
Version: 0.8.10-2
Followup-For: Bug #157153

In order tpo update this patch (and to make irssi know of #debian having
moved to OFTC) please add this patch to the next release.

Thank you

--- /usr/local/src/irssi/irssi-0.8.10/irssi.conf        2005-12-08 
18:32:50.000000000 +0100
+++ irssi.conf  2007-10-06 00:46:48.000000000 +0200
@@ -8,6 +8,8 @@
   },
   { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; }, 
   { address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; },
+  { address = "irc.debian.org"; chatnet = "OFTC"; port = "6667"; },
+  { address = "irc.gimp.org"; chatnet = "GIMPNet"; port = "6667"; },
   { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
 );
 
@@ -43,12 +45,15 @@
     max_msgs = "3";
     max_whois = "30";
   };
+  OFTC = { type = "IRC"; };
+  GIMPNet = { type = "IRC"; };
   SILC = { type = "SILC"; };
 };
 
 channels = (
   { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
-  { name = "silc"; chatnet = "silc"; autojoin = "No"; }
+  { name = "silc"; chatnet = "silc"; autojoin = "No"; },
+  { name = "#debian"; chatnet = "OFTC"; autojoin = "No"; }
 );
 
 aliases = {



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to