summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2021-07-03 23:39:18 -0400
committerKyle Meyer <kyle@kyleam.com>2021-07-11 22:40:57 -0400
commit1ee52c5eb68de7cc0ebbc72e2f701dada7efeaaf (patch)
treea9b4f65cae472581d69c4f1da9cf99fc150f5117
parentee652a47df80b194c42ae27fff389a7b4debfaf7 (diff)
downloadorg-mode-1ee52c5eb68de7cc0ebbc72e2f701dada7efeaaf.tar.gz
Backport commit 348b2aed0 from Emacs
Update IRC-related references to point to Libera.Chat 348b2aed0c8c3630be4c15c8e70acf7ea9c023af Amin Bandali Sat Jul 3 23:39:18 2021 -0400
-rw-r--r--lisp/ol-irc.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ol-irc.el b/lisp/ol-irc.el
index e3d7651..df62dd0 100644
--- a/lisp/ol-irc.el
+++ b/lisp/ol-irc.el
@@ -39,9 +39,9 @@
;;
;; Links within an org buffer might look like this:
;;
-;; [[irc:/irc.freenode.net/#emacs/bob][chat with bob in #emacs on freenode]]
-;; [[irc:/irc.freenode.net/#emacs][#emacs on freenode]]
-;; [[irc:/irc.freenode.net/]]
+;; [[irc:/irc.libera.chat/#emacs/bob][chat with bob in #emacs on Libera.Chat]]
+;; [[irc:/irc.libera.chat/#emacs][#emacs on Libera.Chat]]
+;; [[irc:/irc.libera.chat/]]
;;
;; If, when the resulting link is visited, there is no connection to a
;; requested server then one will be created.