feat: reply to all html files with their content

This commit is contained in:
Michael Mandl 2022-11-29 16:58:54 +01:00
commit 27a29a604a
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
7 changed files with 112 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
plugin: maubot.yaml htmlfile.py
zip -9r maubot-htmlfile.zip maubot.yaml htmlfile.py
clean:
rm maubot-htmlfile.zip
all: plugin