aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/irssi/files/patch-config
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/irssi/files/patch-config')
-rw-r--r--chinese/irssi/files/patch-config60
1 files changed, 0 insertions, 60 deletions
diff --git a/chinese/irssi/files/patch-config b/chinese/irssi/files/patch-config
deleted file mode 100644
index 4d304f2c7dd3..000000000000
--- a/chinese/irssi/files/patch-config
+++ /dev/null
@@ -1,60 +0,0 @@
---- 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";
-+ };
- };