Sometimes it's all about the aesthetics.

3/12/2006

irssi config for #osxchat

This entry contains a configuration file for irssi that needed for #osxchat ... If you happen to be not knowing what to use unicode under irssi, please find some other resource to figure out why.

servers = (
  { 
    address = "irc1.us.open-ircnet.net";
    chatnet = "IRCNet";
    port = "6667";
  },
  { address = "ircnet.choopa.net"; chatnet = "IRCNet"; port = "6667"; },
  { address = "warszawa.irc.pl"; chatnet = "IRCNet"; port = "6666"; },
  { address = "lublin.irc.pl"; chatnet = "IRCNet"; port = "6666"; },
  { 
    address = "irc.tw.freebsd.org";
    chatnet = "IRCNet";
    port = "6667";
  },
  { 
    address = "irc.freenode.org";
    chatnet = "FreeNode";
    port = "8001";
  },
);

channels = (
  { name = "#bsdchat"; chatnet = "IRCNet"; autojoin = "yes"; },
  { name = "#elixus"; chatnet = "IRCNet"; autojoin = "yes"; },
  { name = "#osxchat"; chatnet = "FreeNode"; autojoin = "yes"; },
);

settings = {
  core = {
    recode_transliterate = "yes";
    recode_fallback = "Big5-HKSCS";
    recode_out_default_charset = "Big5-HKSCS";
  };
  # Unicode is only for more recent version
  "fe-common/core" = {
    term_charset = "UTF-8";
  };
  "irc/dcc" = { dcc_autoget = "yes"; };
};

conversions = {
  "#osxchat" = "UTF-8";
};

No comments: