Skip to content

Commit

Permalink
Docs: move IRC channel from Freenode to Libera.Chat
Browse files Browse the repository at this point in the history
Resolves #1643.
  • Loading branch information
Minoru committed May 26, 2021
1 parent d2c1914 commit c3f6e6e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Support
[the mailing list](https://groups.google.com/group/newsboat)
(newsboat@googlegroups.com)
* Chat with developers and fellow users on #newsboat at
[Freenode](https://freenode.net) ([webchat
available!](https://webchat.freenode.net/?channels=newsboat))
[irc.libera.chat](https://libera.chat). We *do not* have a channel on
Freenode anymore.

Contributing
------------
Expand Down
2 changes: 1 addition & 1 deletion doc/internal/howto-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ branch off the latest release and backport the bugfixes onto it.
* Push the code: `git push && git push --tags`
8. Tell the world about it:
* Send an email to the mailing list
* Change the topic on #newsboat at Freenode
* Change the topic on #newsboat at irc.libera.chat
9. Release the snap:
* For minor releases:
* Go to https://dashboard.snapcraft.io/ and log in.
Expand Down
6 changes: 3 additions & 3 deletions doc/newsboat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1613,9 +1613,9 @@ Non-security issues and general questions can be discussed on
https://github.com/newsboat/newsboat/issues/[the issue tracker] and
mailto:newsboat@googlegroups.com[the mailing list].

You can also chat with developers and fellow users on #newsboat at Freenode
(irc.freenode.net or https://webchat.freenode.net/?channels=newsboat[via
webchat]).
You can also chat with developers and fellow users on #newsboat at
https://libera.chat/[irc.libera.chat]. We _do not_ have a channel on Freenode
anymore.

[appendix]
== Newsboat Configuration Commands
Expand Down
2 changes: 1 addition & 1 deletion newsboat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void print_usage(const std::string& argv0, const std::string& config_path,
print_filepath(tr_cache, cache_path);

std::cout << std::endl
<< _("Support at #newsboat at https://freenode.net or on our mailing "
<< _("Support at #newsboat at https://libera.chat or on our mailing "
"list https://groups.google.com/g/newsboat")
<< std::endl
<< _("For more information, check out https://newsboat.org/")
Expand Down
2 changes: 1 addition & 1 deletion src/pbcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void PbController::print_usage(const char* argv0)
}

std::cout << std::endl
<< _("Support at #newsboat at https://freenode.net or on our mailing "
<< _("Support at #newsboat at https://libera.chat or on our mailing "
"list https://groups.google.com/g/newsboat")
<< std::endl
<< _("For more information, check out https://newsboat.org/")
Expand Down

0 comments on commit c3f6e6e

Please sign in to comment.