$ git clone https://wlchat.ion.nu/wlchat.git
commit 3b8e51780cc842e43b3cdaa7ce9cc8f02cca8753
Author: Alicia <...>
Date:   Sat Aug 23 10:33:49 2025 +0200

    Fixed reddit authentication

diff --git a/wlchat.py b/wlchat.py
index 3089273..3928667 100644
--- a/wlchat.py
+++ b/wlchat.py
@@ -112,7 +112,7 @@ def joinchat(domain, browser, browserprofile, nick, conn, ui, uictx, authmethod=
     if(authmethod=='reddit'):
       formdata=readform(x.content.decode(), 'action="/api/v1/authorize"')
       if(formdata):
-        x=session.post('https://ssl.reddit.com/api/v1/authorize', headers={'User-agent': useragent}, params=formdata)
+        x=session.post('https://www.reddit.com/api/v1/authorize', headers={'User-agent': useragent}, params=formdata)
         auth=True
     # TODO: Deal with equivalent forms on other platforms