Commit 1e97bfd8 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove Work (Slack) and Freenode networks from IRSSI configs

parent 701a6c40
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
@@ -24,24 +24,6 @@ servers = (
  { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
  { address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; },
  { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
  {
    address = "lw.kodo.org.uk";
    chatnet = "Work";
    port = "2771";
    password = "reactor2_devalue";
    use_ssl = "yes";
    ssl_verify = "no";
    autoconnect = "yes";
  },
  {
    address = "lw.kodo.org.uk";
    chatnet = "Freenode";
    port = "2770";
    password = "reactor2_devalue";
    use_ssl = "yes";
    ssl_verify = "no";
    autoconnect = "yes";
  },
  {
    address = "lw.kodo.org.uk";
    chatnet = "Twitch";
@@ -117,16 +99,6 @@ chatnets = {
  };
  SILC = { type = "SILC"; };
  Ubuntu = { type = "IRC"; };
  Work = {
    type = "IRC";
    autosendcmd = "ctcp -proxy- IRSSIPROXY BACKLOG SEND";
  };
  Freenode = {
    type = "IRC";
    nick = "Kodo";
    realname = "Dominik Sekotill";
    autosendcmd = "ctcp -proxy- IRSSIPROXY BACKLOG SEND";
  };
  Twitch = {
    type = "IRC";
    nick = "dac_kodo";