Compare commits

...

2 commits

Author SHA1 Message Date
70045efa3e
reword hello message 2023-10-14 13:08:32 +02:00
f2857b1fc9
use nolog docker repository 2023-10-14 13:02:28 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ version: '3'
services: services:
bot: bot:
build: . image: git.nolog.cz/nolog.cz/matrix-invitation-dealer:latest
network_mode: "host" # FIXME network_mode: "host" # FIXME
volumes: volumes:
- ./data:/data - ./data:/data

View file

@ -128,7 +128,7 @@ class Bot:
await self.send_message( await self.send_message(
room.room_id, room.room_id,
formatted="Hello! <b>You are allowed to create invites</b>, hurray! You can generate a new invite by sending the <code>!new</code> command. I will respond with a single-use code that you can share.", formatted="Hello! <b>You are allowed to create invites</b>, hurray! Use the <code>!new</code> command to generate a single-use registration code.",
) )
return return