From c34b0d4f5e27e819c95a78a108cb141a32a6c26c Mon Sep 17 00:00:00 2001 From: Nightscape Coffee <23473065+coffeebank@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:15:37 -0700 Subject: [PATCH] Add timein, send-custom-html, jadict plugins (#15) * Add timein plugin * Add send-custom-html plugin * Add jadict plugin --- data/plugins/thirdparty/jadict.yaml | 6 ++++++ data/plugins/thirdparty/send-custom-html.yaml | 6 ++++++ data/plugins/thirdparty/timein.yaml | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 data/plugins/thirdparty/jadict.yaml create mode 100644 data/plugins/thirdparty/send-custom-html.yaml create mode 100644 data/plugins/thirdparty/timein.yaml diff --git a/data/plugins/thirdparty/jadict.yaml b/data/plugins/thirdparty/jadict.yaml new file mode 100644 index 0000000..5911e90 --- /dev/null +++ b/data/plugins/thirdparty/jadict.yaml @@ -0,0 +1,6 @@ +name: jadict +repo: https://github.com/coffeebank/coffee-maubot/tree/master/jadict +license: AGPL-3.0-or-later +author: coffeebank +description: A Japanese dictionary Matrix bot for searching and translating Japanese vocabulary (Hiragana, Katakana, Kanji, Romaji). Searches Jisho using Jisho API. +public_instances: [] diff --git a/data/plugins/thirdparty/send-custom-html.yaml b/data/plugins/thirdparty/send-custom-html.yaml new file mode 100644 index 0000000..e8463a4 --- /dev/null +++ b/data/plugins/thirdparty/send-custom-html.yaml @@ -0,0 +1,6 @@ +name: send-custom-html +repo: https://github.com/coffeebank/coffee-maubot/tree/master/send-custom-html +license: AGPL-3.0-or-later +author: coffeebank +description: Have the bot send a message as custom HTML. Test and preview formatted HTML body in Matrix. +public_instances: [] diff --git a/data/plugins/thirdparty/timein.yaml b/data/plugins/thirdparty/timein.yaml new file mode 100644 index 0000000..b339ebc --- /dev/null +++ b/data/plugins/thirdparty/timein.yaml @@ -0,0 +1,6 @@ +name: timein +repo: https://github.com/coffeebank/coffee-maubot/tree/master/timein +license: AGPL-3.0-or-later +author: coffeebank +description: Get the time in specific cities. Check timezones. !timein New York (Python 3.9+) (Python <3.9 requires pytz, fuzzywuzzy) +public_instances: []