From: jack Date: Mon, 13 May 2002 00:39:43 +0000 (+0000) Subject: This patch adds entry about PLDNet in config and configures it. It also has default... X-Git-Tag: irssi-0_8_4-3~3 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=d6c150eec54a3c91d66096f894b200f136be44e3;hp=972ba5d88a1921d1bd659fd7dd2f161e30571627;p=packages%2Firssi.git This patch adds entry about PLDNet in config and configures it. It also has default entry to join #pldhelp on irc.pld.org.pl but autojoin is set to "No". Changed files: irssi.conf.patch -> 1.1 --- diff --git a/irssi.conf.patch b/irssi.conf.patch new file mode 100644 index 0000000..75894d1 --- /dev/null +++ b/irssi.conf.patch @@ -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 = {