Removed some networks from the default list.
authorplugd <plugd@thelambdalab.xyz>
Tue, 13 Jul 2021 13:29:01 +0000 (15:29 +0200)
committerplugd <plugd@thelambdalab.xyz>
Tue, 13 Jul 2021 13:29:01 +0000 (15:29 +0200)
lurk.el

diff --git a/lurk.el b/lurk.el
index 72d18cf..36f39b4 100644 (file)
--- a/lurk.el
+++ b/lurk.el
   "Default quit message when none supplied.")
 
 (defcustom lurk-networks
-  '(("libera" "irc.libera.chat" 6697)
-    ("freenode" "chat.freenode.net" 6697)
-    ("tilde" "tilde.chat" 6697)
-    ("mbr" "mbrserver.com" 6667 :notls)
-    ("local" "localhost" 6697))
+  '(("libera" "irc.libera.chat" 6697))
   "IRC networks.")
 
 (defcustom lurk-allow-ipv6 nil