From 0884b53118fb7697d2ebd850b288ccbd2dc7a9d0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 18 Sep 2017 14:40:19 -0600 Subject: [PATCH] Add matrix-welcome-back-bot Signed-off-by: Travis Ralston --- .../projects/2017-09-15-matrix-welcome-back-bot.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 supporting-docs/projects/2017-09-15-matrix-welcome-back-bot.md diff --git a/supporting-docs/projects/2017-09-15-matrix-welcome-back-bot.md b/supporting-docs/projects/2017-09-15-matrix-welcome-back-bot.md new file mode 100644 index 00000000..56b46890 --- /dev/null +++ b/supporting-docs/projects/2017-09-15-matrix-welcome-back-bot.md @@ -0,0 +1,14 @@ +--- +layout: project +title: matrix-welcome-back-bot +categories: projects other +description: A silly bot that welcomes people back to the conversation +author: Travis Ralston +maturity: Released +--- + +# {{ page.title }} + +[@welcomeback:t2bot.io](https://matrix.to/#/@welcomeback:t2bot.io) is a silly bot that welcomes people back to the conversation after they've been inactive for a period of time. Welcome Back Bot also demonstrates basic functionality of the js-sdk, spawned from [#offtopic:matrix.org](https://matrix.to/#/#offtopic:matrix.org). + +The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-welcome-back-bot).