diff --git a/supporting-docs/projects/2017-07-31-matrix-alias-bot.md b/supporting-docs/projects/2017-07-31-matrix-alias-bot.md new file mode 100644 index 00000000..84709600 --- /dev/null +++ b/supporting-docs/projects/2017-07-31-matrix-alias-bot.md @@ -0,0 +1,14 @@ +--- +layout: project +title: matrix-alias-bot +categories: projects other +description: A simple bot that provides dynamic topics +author: Travis Ralston +maturity: Released +--- + +# {{ page.title }} + +[@alias:t2bot.io](https://matrix.to/#/@alias:t2bot.io) is a simple bot that provides a way to add aliases to a room on another homeserver. Because matrix allows you to only add aliases against your server, Alias Bot needs to be running on the desired homeserver to be able to add the alias. + +The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-alias-bot).