Make self-subscribing easier

This commit is contained in:
Leonhard Reichenbach
2023-03-29 13:06:50 +02:00
committed by Ole Morud
parent 3aaa57601d
commit 8b940efa03

View File

@@ -129,7 +129,7 @@ func Coffee(writer http.ResponseWriter, request *http.Request) {
reply.Text += name + " "
}
reply.Text += "| [get tagged by bot](https://e-groups.cern.ch/e-groups/Egroup.do?egroupId=10542497)"
reply.Text += "| [get tagged by bot](https://e-groups.cern.ch/e-groups/EgroupsSubscription.do?egroupId=10542497)"
url, ok := os.LookupEnv("GITHUB_URL")
if ok {