[utilities/krusader] /: Update notes about IRC channels

Yuri Chornoivan null at kde.org
Sun Jun 27 13:35:03 BST 2021


Git commit ce87d3612135cc4a8b98be88edf4b6200669d5cc by Yuri Chornoivan, on behalf of Friedrich W. H. Kossebau.
Committed on 27/06/2021 at 12:35.
Pushed by yurchor into branch 'master'.

Update notes about IRC  channels

M  +1    -1    dev-docs/index.md
M  +0    -16   doc/faq.docbook
M  +1    -2    krusader/main.cpp

https://invent.kde.org/utilities/krusader/commit/ce87d3612135cc4a8b98be88edf4b6200669d5cc

diff --git a/dev-docs/index.md b/dev-docs/index.md
index 11327630..817c800d 100644
--- a/dev-docs/index.md
+++ b/dev-docs/index.md
@@ -30,7 +30,7 @@ This reference will help you to get started with Krusader development.
 * [KDE developer mailing-list](https://mail.kde.org/mailman/listinfo/kde-devel)
 * [KDE general announcements mailing-list](https://mail.kde.org/mailman/listinfo/kde-announce)
 * [KDE applications release announcements mailing-list](https://mail.kde.org/mailman/listinfo/kde-announce-apps) — [we announce](release-howto.md#send-a-letter-to-mailing-lists) Krusader releases here
-* IRC-channel: chat.freenode.net/kde-devel — for quick questions regarding anything related to KDE development
+* [IRC channel #kde-devel on Libera Chat](irc://irc.libera.chat/kde-devel) — for quick questions regarding anything related to KDE development
 * [Git hooks for KDE Bugzilla](https://community.kde.org/Infrastructure/Git/Hooks#Keywords) — use these keywords in your commits
 * [Closing issues through commit messages](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues) — add "Resolved #xxx" in a commit message to close a GitLab issue automatically
 
diff --git a/doc/faq.docbook b/doc/faq.docbook
index eb8ee555..fdcbe573 100644
--- a/doc/faq.docbook
+++ b/doc/faq.docbook
@@ -840,22 +840,6 @@
           <!-- Empty line to make it more readable -->
         </answer>
       </qandaentry>
-      <qandaentry>
-        <question id="faqg_irc">
-          <para>Does &krusader; have an IRC
-          channel?</para>
-        </question>
-        <answer>
-          <para>Yes, we do. Feel free to talk to the
-          &krusader; Krew and fellow-users via
-          <ulink url="https://freenode.net">freenode.org</ulink> servers. The server is
-          <emphasis>irc.freenode.org</emphasis>, the channel is 
-          <emphasis>#krusader</emphasis>. Everyone is
-          welcome.</para>
-          <para></para>
-          <!-- Empty line to make it more readable -->
-        </answer>
-      </qandaentry>
       <qandaentry>
         <question id="faqg_kru-forum">
           <para>How does the &krusader; forum
diff --git a/krusader/main.cpp b/krusader/main.cpp
index 914cc565..eac99625 100644
--- a/krusader/main.cpp
+++ b/krusader/main.cpp
@@ -107,8 +107,7 @@ int main(int argc, char *argv[])
         (geteuid() ? i18n("Krusader") : i18n("Krusader - ROOT PRIVILEGES")), versionName,
         i18n(description), KAboutLicense::GPL_V2,
         i18n("© 2000-2003 Shie Erlich, Rafi Yanai\n© 2004-2020 Krusader Krew"),
-        i18n("Feedback:\nhttps://forum.kde.org/viewforum.php?f=225\n\nIRC\nserver: "
-             "irc.freenode.net, channel: #krusader"),
+        i18n("Feedback:\nhttps://forum.kde.org/viewforum.php?f=225"),
         QStringLiteral("https://krusader.org"));
 
     aboutData.setOrganizationDomain(QByteArray("kde.org"));


More information about the kde-doc-english mailing list