From 185e6f7d2a3ef97e99b6d101caff733e5bd41ce7 Mon Sep 17 00:00:00 2001 From: missytake Date: Sat, 13 Jan 2024 17:36:32 +0100 Subject: [PATCH] greeterbot: address hpk's comments --- chatmaild/src/chatmaild/greeterbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatmaild/src/chatmaild/greeterbot.py b/chatmaild/src/chatmaild/greeterbot.py index ae398e7d..91865092 100644 --- a/chatmaild/src/chatmaild/greeterbot.py +++ b/chatmaild/src/chatmaild/greeterbot.py @@ -62,7 +62,7 @@ def setup_account(data_dir: str, debug: bool) -> deltachat.Account: ac.start_io() avatar = pkg_resources.resource_filename(__name__, "avatar.jpg") ac.set_avatar(avatar) - ac.set_config("displayname", "Hello at try.webxdc.org!") + ac.set_config("displayname", f"Hello at {chatmail_config.mail_domain}!") return ac @@ -99,7 +99,7 @@ class GreetBot: pkg_resources.resource_filename(__name__, "tower-builder.xdc") ) chat.send_text( - "You can send a message to xstore@testrun.org to discover more apps! " + "You can visit https://webxdc.org/apps to discover more apps! " "Some of these games you can also play with friends, directly in the chat." )