hephaestus /.irssi/config

just to get it here in case I forget to save it when I backup next time.
servers = (
  {
    address = "irc.efnet.net";
    chatnet = "EFNet";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "gaygamer.net";
    chatnet = "gaygamer";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "yes";
  },
  #  {
  #    address = "gaygamer.net";
  #    chatnet = "gaybeargamer";
  #    port = "6667";
  #    use_ssl = "no";
  #    ssl_verify = "no";
  #    autoconnect = "yes";
  #  },
  {
    address = "irc.eu.gamesurge.net";
    chatnet = "gamesurge";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "Clan-Server.AT.EU.GameSurge.net";
    chatnet = "gamesurge";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "Snoke.NL.EU.GameSurge.net";
    chatnet = "gamesurge";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "Rokscom.NL.EU.GameSurge.net ";
    chatnet = "gamesurge";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "TAL.DE.EU.GameSurge.net";
    chatnet = "gamesurge";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "yes";
  },
  {
    address = "chat.freenode.net";
    chatnet = "freenode";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "kornbluth.freenode.net";
    chatnet = "freenode";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    password = "purple";
    autoconnect = "yes";
  },
  {
    address = "irc.freenet.de";
    chatnet = "ircnet";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "irc.tu-ilmenau.de";
    chatnet = "ircnet";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "irc.uni-erlangen.de";
    chatnet = "ircnet";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "fu-berlin.de";
    chatnet = "ircnet";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  },
  {
    address = "Diemen.NL.EU.Undernet.Org";
    chatnet = "undernet";
    port = "6667";
    use_ssl = "no";
    ssl_verify = "no";
    autoconnect = "no";
  }
);

chatnets = {
  EFNet = { 
    type = "IRC";
    max_kicks = "4";
    max_msgs = "3";
    max_whois = "1";
  };
  freenode = { 
    type = "IRC";
    autosendcmd = "/identify";
    nick = "dangerboy";
  };
  gaygamer = {
    type = "IRC";
    nick = "blackboy";
    autosendcmd = "/j #gaygamer";
  };
  #  gaybeargamer = {
  #    type = "IRC";
  #    nick = "HotNegroPieceOfAss";
  #    autosendcmd = "/j #bearchat";
  #  };
  gamesurge = { type = "IRC"; autosendcmd = "/auth"; nick = "blackboy"; };
  jtv = { type = "IRC"; };
  ircnet = { type = "IRC"; nick = "derHindemith"; };
  undernet = { type = "IRC"; nick = "blackboy"; };
};

channels = (
  { name = "#macosx"; chatnet = "freenode"; autojoin = "Yes"; },
  { name = "#lilypond"; chatnet = "freenode"; autojoin = "Yes"; },
  { name = "#gaygeeks"; chatnet = "freenode"; autojoin = "Yes"; },
  { name = "#ravelry"; chatnet = "ircnet"; autojoin = "Yes"; },
  { name = "#gaygamer"; chatnet = "gaygamer"; autojoin = "Yes"; },
  { name = "#Disengenious"; chatnet = "gamesurge"; autojoin = "Yes"; },
  { 
    name = "#clubhousegames";
    chatnet = "gamesurge";
    autojoin = "Yes";
  },
  { name = "#gayploiesti"; chatnet = "undernet"; autojoin = "Yes"; }
);

aliases = {
  J = "join";
  WJOIN = "join -window";
  WQUERY = "query -window";
  LEAVE = "part";
  BYE = "quit";
  EXIT = "quit";
  SIGNOFF = "quit";
  DESCRIBE = "action";
  DATE = "time";
  HOST = "userhost";
  LAST = "lastlog";
  SAY = "msg *";
  WI = "whois";
  WII = "whois $0 $0";
  WW = "whowas";
  W = "who";
  N = "names";
  M = "msg";
  T = "topic";
  C = "clear";
  CL = "clear";
  KN = "knockout";
  IG = "ignore";
  UNIG = "unignore";
  SB = "scrollback";
  UMODE = "mode $N";
  WC = "window close";
  WN = "window new hide";
  SV = "say Irssi $J ($V) - http://irssi.org/";
  GOTO = "sb goto";
  CHAT = "dcc chat";
  GET = "dcc get";
  RUN = "SCRIPT LOAD";
  UPTIME = "eval exec - expr `date +%s` - \\$F | awk '{print \"Irssi uptime: \"int(\\\\\\$1/3600/24)\"d \"int(\\\\\\$1/3600%24)\"h \012\"int(\\\\\\$1/60%60)\"m \"int(\\\\\\$1%60)\"s\" }'";
  CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
  SBAR = "STATUSBAR";
  INVITELIST = "mode $C +I";
  Q = "QUERY";
  "MANUAL-WINDOWS" = "set use_status_window off;set autocreate_windows off;set autocreate_query_level none;set autoclose_windows off;set \012reuse_unused_windows on;save";
  EXEMPTLIST = "mode $C +e";
  ATAG = "WINDOW SERVER";
  grow = "win grow";
  shrink = "win shrink";
  shirnk = "win shrink";
  sleep = "away sleep";
  gorw = "win grow";
  work = "away work";
  freenode = "connect freenode";
  gamesurge = "connect gamesurge";
  identify = "/m nickserv identify blackboy purple";
  efnet = "connect efnet";
  mirc = "say http://sites.google.com/site/mircutf8/";
  mp3 = "exec -o osascript ~/.irssi/scripts/irssinp.scpt";
  wrong = "say http://xkcd.com/386";
  linkinus = "Linkinus, if you're asking here, it's probably your best bet. https://store.conceitedsoftware.com/";
  auth = "/msg authserv@services.gamesurge.net auth blackboy purple";
  move4 = "/window move 4";
};

statusbar = {
  # formats:
  # when using {templates}, the template is shown only if it's argument isn't
  # empty unless no argument is given. for example {sb} is printed always,
  # but {sb $T} is printed only if $T isn't empty.

  items = {
    # start/end text in statusbars
    barstart = "{sbstart}";
    barend = "{sbend}";

    topicbarstart = "{topicsbstart}";
    topicbarend = "{topicsbend}";

    # treated "normally", you could change the time/user name to whatever
    time = "{sb $Z}";
    user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";

    # treated specially .. window is printed with non-empty windows,
    # window_empty is printed with empty windows
    window = "{sb $winref:$itemname{sbmode $M}}";
    window_empty = "{sb $winref{sbservertag $tag}}";
    prompt = "{prompt $[.15]itemname}";
    prompt_empty = "{prompt $winname}";
    topic = " $topic";
    topic_empty = " Irssi v$J - http://irssi.org/help/";

    # all of these treated specially, they're only displayed when needed
    lag = "{sb Lag: $0-}";
    act = "{sb Act: $0-}";
    more = "-- more --";
  };

  # there's two type of statusbars. root statusbars are either at the top
  # of the screen or at the bottom of the screen. window statusbars are at
  # the top/bottom of each split window in screen.
  default = {
    # the "default statusbar" to be displayed at the bottom of the window.
    # contains all the normal items.
    window = {
      disabled = "no";

      # window, root
      type = "window";
      # top, bottom
      placement = "bottom";
      # number
      position = "1";
      # active, inactive, always
      visible = "active";

      # list of items in statusbar in the display order
      items = {
        barstart = { priority = "100"; };
        time = { };
        user = { };
        window = { };
        window_empty = { };
        lag = { priority = "-1"; };
        act = { priority = "10"; };
        more = { priority = "-1"; alignment = "right"; };
        barend = { priority = "100"; alignment = "right"; };
      };
    };
    # statusbar to use in inactive split windows
    window_inact = {
      type = "window";
      placement = "bottom";
      position = "1";
      visible = "inactive";
      items = {
        barstart = { priority = "100"; };
        window = { };
        window_empty = { };
        more = { priority = "-1"; alignment = "right"; };
        barend = { priority = "100"; alignment = "right"; };
      };
    };

    # we treat input line as yet another statusbar :) It's possible to
    # add other items before or after the input line item.
    prompt = {
      type = "root";
      placement = "bottom";
      # we want to be at the bottom always
      position = "100";
      visible = "always";
      items = {
        prompt = { priority = "-1"; };
        prompt_empty = { priority = "-1"; };
        # treated specially, this is the real input line.
        input = { priority = "10"; };
      };
    };

    # topicbar
    topic = {
      type = "root";
      placement = "top";
      position = "1";
      visible = "always";
      items = {
        topicbarstart = { priority = "100"; };
        topic = { };
        topic_empty = { };
        topicbarend = { priority = "100"; alignment = "right"; };
      };
    };
  };
};
#THIS SECTION DEALS WITH SETTINGS SUCH AS YOUR NAME AND TIMESTAMP FORMAT
settings = {
  core = {
    real_name = "Nunyo Bizness";
    #    user_name = "dangerboy";
    timestamp_format = "%H:%M:%S";
    quit_message = "Great, now it's all gone pear-shaped";
    user_name = "dangerboy";
    nick = "dangerboy";
    recode_autodetect_utf8 = "no";
  };
  "fe-text" = {
    scrollback_time = "48h";
    actlist_sort = "refnum";
    autostick_split_windows = "yes";
    colors = "yes";
  };
  "fe-common/core" = {
    autolog = "yes";
    autocreate_split_windows = "no";
    use_msgs_window = "yes";
    theme = "clean.theme";
    windows_auto_renumber = "yes";
    window_auto_change = "yes";
    reuse_unused_windows = "yes";
    hide_colors = "yes";
  };
  "irc/core" = {
    part_message = "wow, now you've done it.";
    skip_motd = "yes";
    alternate_nick = "hephaestus";
    cmd_queue_speed = "2010ms";
  };
  "irc/dcc" = { dcc_autoget = "yes"; };
  "perl/core/scripts" = {
    growl_net_pass = "purple";
    growl_show_hilight = "yes";
  };
};
logs = { };
ignores = (
  { mask = "Abolitionist"; level = "ALL"; replies = "yes"; },
  { mask = "^Daisy^"; level = "ALL"; replies = "yes"; },
  { mask = "lambdabot"; level = "ALL"; },
  { mask = "defn"; level = "ALL"; replies = "yes"; },
  { mask = "nrq"; level = "JOINS QUITS"; },
  { level = "JOINS QUITS"; channels = ( "#macosx" ); },
  { level = "JOINS QUITS"; channels = ( "#yetanotherromchannel" ); },
  { level = "JOINS QUITS"; channels = ( "#ds-scene" ); },
  { mask = "aidy"; level = "ALL"; },
  { mask = "Panarchy"; level = "ALL"; },
  { mask = "b3"; level = "ALL"; },
  { mask = "MarcWeber"; level = "ALL"; },
  { mask = "F_u_c_k_like_A_B_C_1_2_D_evenI"; level = "ALL"; },
  {
    mask = "Crackling_@fmi-CECE2CBF.adsl2.static.versatel.nl";
    level = "ALL";
  },
  { mask = "*!Crackling_*@*.*.*.*"; level = "ALL"; replies = "yes"; },
  {
    mask = "*!Crackling_*@*.adsl2.static.versatel.nl";
    level = "ALL";
    replies = "yes";
  },
  { mask = "gorkadel"; level = "JOINS QUITS"; },
  { mask = "robc2"; level = "JOINS QUITS"; },
  { mask = "wli"; level = "ALL"; },
  { mask = "aL3x"; level = "ALL"; },
  { mask = "cx1213"; level = "ALL"; }
);
windows = {
  0 = { 
    immortal = "yes";
    name = "(msgs)";
    level = "MSGS ACTIONS DCCMSGS";
  };
  1 = {
    immortal = "yes";
    name = "(status)";
    level = "CRAP PUBLICS NOTICES SNOTES CTCPS JOINS PARTS QUITS KICKS MODES TOPICS WALLOPS INVITES NICKS DCC CLIENTNOTICES CLIENTCRAP CLIENTERRORS HILIGHTS";
  };
  2 = {
    items = (
      {
        type = "CHANNEL";
        chat_type = "IRC";
        name = "#Disengenious";
        tag = "gamesurge";
      }
    );
  };
  3 = {
    items = (
      {
        type = "CHANNEL";
        chat_type = "IRC";
        name = "#MacOSX";
        tag = "freenode";
      }
    );
  };
  4 = {
    items = (
      {
        type = "CHANNEL";
        chat_type = "IRC";
        name = "#gaygeeks";
        tag = "freenode";
      }
    );
  };
  5 = {
    items = (
      {
        type = "CHANNEL";
        chat_type = "IRC";
        name = "#lilypond";
        tag = "freenode";
      }
    );
  };
  6 = {
    items = (
      {
        type = "CHANNEL";
        chat_type = "IRC";
        name = "#gaygamer";
        tag = "gaygamer";
      }
    );
  };
};
mainwindows = { 1 = { first_line = "1"; lines = "52"; }; };