diff --git a/README b/README index 236833bd3e..33edad6d3a 100644 --- a/README +++ b/README @@ -162,4 +162,4 @@ See you on IRC! WWW: https://amarok.kde.org MAIL: amarok@kde.org -IRC: irc.freenode.net - #amarok, #amarok.de, #amarok.es, #amarok.fr +IRC: irc.libera.chat - #amarok, #amarok-de, #amarok-es, #amarok-fr diff --git a/doc/index.docbook b/doc/index.docbook index 819eef62f3..788eab7352 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -6492,7 +6492,7 @@ ftpProxy=http://username:password@proxyserver:port/ Troubleshooting and Common Problems -If you work through the procedures here, but don't have success, please come into IRC (irc://irc.freenode.org/amarok), post on the KDE Forum Amarok section, or write to the Amarok list. +If you work through the procedures here, but don't have success, please come into IRC (irc://irc.libera.chat/amarok), post on the KDE Forum Amarok section, or write to the Amarok list. Problems installing Bad packaging @@ -6609,7 +6609,7 @@ ftpProxy=http://username:password@proxyserver:port/ How to run &amarok; from the command line: amarok --debug --nofork &amarok; crashes, but Dr. Konqi doesn't pop up — run in gdb with the following command: gdb --args amarok --debug --nofork In gdb's console, type run to start &amarok;, reproduce the crash, and then in gdb type thread apply all bt to generate the backtrace. Filing bugs: If triggered, Dr. Konqi will provide an option to report a bug and do most of the work for you. If not, you will need to submit the bug manually at bugs.kde.org. For crash bugs, paste the backtrace from gdb as a comment. -How to get personal support with problems: IRC (#amarok on Freenode IRC), Forum, Mailing list +How to get personal support with problems: IRC (#amarok on Libera Chat IRC), Forum, Mailing list @@ -6653,7 +6653,7 @@ ftpProxy=http://username:password@proxyserver:port/ Where can I get support for Amarok? -There are several options. Often times problems you have with the initial install of &amarok; are best answered by experts of your particular &UNIX; or &Linux; distribution. You may seek help from fellow users and developers at the Amarok forum and the Amarok IRC channel at irc.freenode.net channel #amarok. +There are several options. Often times problems you have with the initial install of &amarok; are best answered by experts of your particular &UNIX; or &Linux; distribution. You may seek help from fellow users and developers at the Amarok forum and the Amarok IRC channel at irc.libera.chat channel #amarok. Note that bugzilla is not a place to seek support. Please do enter a bug if you are serious about helping fix a bug in &amarok; itself. diff --git a/src/main.cpp b/src/main.cpp index ad729e5085..a31e810877 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,7 +100,7 @@ int main( int argc, char *argv[] ) i18n( "The audio player by KDE" ), KAboutLicense::GPL, i18n( "(C) 2002-2003, Mark Kretschmann\n(C) 2003-2013, The Amarok Development Squad" ), - ki18n( "IRC:\nirc.freenode.net - #amarok, #amarok.de, #amarok.es, #amarok.fr\n\nFeedback:\namarok@kde.org\n\n(Build Date: %1)" ).subs( __DATE__ ).toString(), + ki18n( "IRC:\nirc.libera.chat - #amarok, #amarok-de, #amarok-es, #amarok-fr\n\nFeedback:\namarok@kde.org\n\n(Build Date: %1)" ).subs( __DATE__ ).toString(), ( "http://amarok.kde.org" ) ); //------------ About data ---------------------- diff --git a/src/services/mp3tunes/harmonydaemon/main.cpp b/src/services/mp3tunes/harmonydaemon/main.cpp index b37c2c34f2..6129259df7 100644 --- a/src/services/mp3tunes/harmonydaemon/main.cpp +++ b/src/services/mp3tunes/harmonydaemon/main.cpp @@ -37,7 +37,7 @@ int main( int argc, char *argv[] ) KAboutLicense::GPL, i18n( "(C) 2008, Casey Link" ), i18n( "Handles AutoSync for the MP3tunes service in Amarok." ), - i18n( "IRC:\nserver: irc.freenode.net / channels: #amarok, #amarok.de, #amarok.es, #amarok.fr\n\nFeedback:\namarok@kde.org" ), + i18n( "IRC:\nserver: irc.libera.chat / channels: #amarok, #amarok-de, #amarok-es, #amarok-fr\n\nFeedback:\namarok@kde.org" ), I18N_NOOP( "http://amarok.kde.org" ) ); KAboutData::setApplicationData( about ); diff --git a/utilities/afttagger/AFTTagger.cpp b/utilities/afttagger/AFTTagger.cpp index 82ce7bacc0..78266ebd38 100644 --- a/utilities/afttagger/AFTTagger.cpp +++ b/utilities/afttagger/AFTTagger.cpp @@ -797,7 +797,7 @@ void AFTTagger::displayHelp() { m_textStream << tr( "Amarok AFT Tagger" ) << endl << endl; - m_textStream << tr( "IRC:\nserver: irc.freenode.net / channels: #amarok, #amarok.de, #amarok.es, #amarok.fr\n\nFeedback:\namarok@kde.org" ) << endl << endl; + m_textStream << tr( "IRC:\nserver: irc.libera.chat / channels: #amarok, #amarok-de, #amarok-es, #amarok-fr\n\nFeedback:\namarok@kde.org" ) << endl << endl; m_textStream << tr( "Usage: amarok_afttagger [options] +File/Folder(s)" ) << endl << endl; m_textStream << tr( "User-modifiable Options:" ) << endl; m_textStream << tr( "+File/Folder(s) : Files or folders to tag" ) << endl;