From e07d18b015d698c753961dc1698470e2177378f8 Mon Sep 17 00:00:00 2001 From: girst Date: Mon, 14 Jun 2021 12:57:12 +0200 Subject: [PATCH] s/freenode/libera.chat/g --- README.md | 2 +- app/common/user.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a0ca32..bd166b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Unnamed Youtube Frontend -**Contributors wanted!** Please send me an email (see commit log) or message `girst` on irc.freenode.net/#invidious +**Contributors wanted!** Please send me an email (see commit log) or message `girst` on irc.libera.chat/#invidious Test Instance: [https://subscriptions.gir.st/](https://subscriptions.gir.st/) diff --git a/app/common/user.py b/app/common/user.py index 194446c..434e3da 100644 --- a/app/common/user.py +++ b/app/common/user.py @@ -93,7 +93,7 @@ def init_login(app): return redirect(request.args.get('next','/')) # xxx: non-exploitable open redirect! flash('wrong username and/or password', 'error') elif action == 'register': - flash("open registration currently closed. ask girst on irc://chat.freenode.net/#invidious if you want an account.", 'info') + flash("open registration currently closed. ask girst on irc://irc.libera.chat/#invidious if you want an account.", 'info') elif action == 'logout': logout_user() return redirect(request.args.get('next','/')) # xxx: non-exploitable open redirect! -- 2.39.3