about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-05T14·19+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-05T14·19+0000
commitbfa1aea14f44793b6ac5beb4a62a28af781dcf2a (patch)
tree0c6d6f4cc3ab8cb0a42b286d621a0fee551d91e8 /configs
parent87f592750d495efc2447d89f9ceba039fa16f572 (diff)
Drop support for irssi
I've been using ERC for awhile, and I haven't switched back to irssi.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.irssi/config44
1 files changed, 0 insertions, 44 deletions
diff --git a/configs/shared/.irssi/config b/configs/shared/.irssi/config
deleted file mode 100644
index 838fa13960e3..000000000000
--- a/configs/shared/.irssi/config
+++ /dev/null
@@ -1,44 +0,0 @@
-servers = (
-  {
-    address = "chat.freenode.net";
-    chatnet = "Freenode";
-    port = "6697";
-    use_tls = "yes";
-    tls_verify = "yes";
-    autoconnect = "no";
-  },
-  {
-    address = "irc.corp.google.com";
-    chatnet = "Google";
-    port = "6697";
-    use_tls = "yes";
-    tls_verify = "yes";
-    autoconnect = "no";
-    server_reconnect_time = 5;
-  }
-);
-
-chatnets = {
-  Freenode = {
-    type = "IRC";
-    autosendcmd = "/msg nickserv identify wpcarro ]3Fwus]YF7yXPB6Re/Me";
-  };
-  Google = {
-    type = "IRC";
-  };
-};
-
-channels = (
-  { name = "#nixos"; chatnet = "Freenode"; autojoin = "No"; },
-  { name = "#pass"; chatnet = "Freenode"; autojoin = "No"; },
-);
-
-settings = {
-  core = {
-    real_name = "William Carroll's account";
-    user_name = "wpcarro";
-    nick = "wpcarro";
-  };
-  "fe-text" = { actlist_sort = "refnum"; };
-  "fe-common/core" = { theme = "default"; };
-};