The Lambda Lab
/
projects
/
lurk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c4686b
)
Removed some networks from the default list.
author
plugd
<plugd@thelambdalab.xyz>
Tue, 13 Jul 2021 13:29:01 +0000
(15:29 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Tue, 13 Jul 2021 13:29:01 +0000
(15:29 +0200)
lurk.el
patch
|
blob
|
history
diff --git
a/lurk.el
b/lurk.el
index
72d18cf
..
36f39b4
100644
(file)
--- a/
lurk.el
+++ b/
lurk.el
@@
-45,11
+45,7
@@
"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