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