head	1.2;
access;
symbols
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.03.03.03.38.30;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2001.04.27.19.18.34;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to irssi-0.8.1,
 Add line-wrap support with big5 charset.
 Add multibytes cursor movement support with big5 charset.

PR:		ports/35485
Submitted by:	Chou Yeh-Jyi <yjchou@@cis.nctu.edu.tw>
@
text
@--- config.orig	Sat Apr 28 02:59:56 2001
+++ config	Sat Apr 28 03:04:54 2001
@@@@ -1,27 +1,15 @@@@
 servers = (
-  { address = "irc.stealth.net"; chatnet = IRCNet; port = 6668; },
-  { address = "irc.efnet.net"; chatnet = EFNet; port = 6667; },
-  { address = "irc.undernet.org"; chatnet = Undernet; port = 6667; },
-  { address = "irc.dal.net"; chatnet = DALNet; port = 6667; },
-  { address = "irc.openprojects.net"; chatnet = OPN; port = 6667; },
-  { address = "irc.ptlink.net"; chatnet = PTlink; port = 6667; }
-  { address = "silc.pspt.fi"; chatnet = SILC; port = 706; }
+  { address = "irc.hinet.net"; chatnet = Hinet; port = 6667; },
+  { address = "irc.seed.net.tw"; chatnet = Seednet; port = 6667; }
 );
 
 chatnets = {
-  IRCNet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; };
-  EFNet = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 3; };
-  Undernet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 3; max_query_chans = "1"; };
-  DALNet = { type = "IRC"; max_kicks = 4; max_modes = 6; max_msgs = 3; };
-  OPN = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; };
-  PTLink = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; };
-  SILC = { type = "SILC"; };
+  Hinet = { type = "IRC"; max_kicks = 3; max_modes = 3; max_msgs = 3; };
+  Seednet = { type = "IRC"; };
 };
 
 channels = (
-  { name = "#irssi"; chatnet = ircnet; autojoin = No; },
-  { name = "#irssi"; chatnet = opn; autojoin = No; },
-  { name = "#silc"; chatnet = silc; autojoin = No; }
+  { name = "#bsdchat"; chatnet = Seednet; autojoin = No; }
 );
 
 aliases = {
@@@@ -61,4 +49,24 @@@@
   WN = "window new hide";
   SV = "say Irssi $J - http://irssi.org";
   GOTO = "sb goto";
+};
+settings = {
+  "fe-common/core" = {
+    use_status_window = "yes";
+    use_msgs_window = "yes";
+    reuse_unused_windows = "yes";
+    autocreate_windows = "yes";
+    autolog = "yes";
+    autolog_path = "~/.irssi/logs/%Y/$m/%d/$tag.$0";
+    timestamps = "no";
+    hide_text_style = "yes";
+    autolog_level = "all";
+    autocreate_query_level = "msgs";
+    autocreate_own_query = "no";
+    window_auto_change = "no";
+  };
+  "irc/dcc" = {
+    dcc_download_path = "~/.irssi/download";
+    dcc_autoget = "yes";
+  };
 };
@


1.1
log
@Add Big5 cursor movement friendly support.

Some part from:		ijliao
@
text
@@

