All pastes #2061934 Raw Edit

Something

public text v1 · immutable
#2061934 ·published 2011-05-17 04:46 UTC
rendered paste body
servers = (
  {
    adress = "irc.freenode.net";
    chatnet = "FreeNode";
    port = "6667";
    autoconnect = "yes";
  }
);

channels = (
  { name = "#archlinux.se"; chatnet = "FreeNode"; autojoin = "yes"; }
);

chatnets = (
  "FreeNode",
  " = {\012    type = ",
  "IRC",
  ";\012    autosendmessage = ",
  "msg",
  "NickServ",
  "identify",
  "",
  ";\012  }\012);\012\012settings = {\012  core = {\012    user_name = ",
  "Floff",
  ";\012    real_name = ",
  "Floff",
  ";\012    Nick = ",
  "Floff",
  ";\012    timestamp_format = ",
  "H",
  "M",
  "S",
  ";\012  };\012\012  ",
  "fe",
  "text",
  " = { actlist_sort = ",
  "refnum"
);
settings = {
  core = { real_name = "Unknown"; user_name = "user"; nick = "user"; };
  "fe-text" = { actlist_sort = "refnum"; };
};