A plugin-based Matrix bot system.
Go to file
2018-09-21 16:09:26 +03:00
app Fix log file name format and remove old debug prints 2018-09-20 01:47:24 +03:00
cmd/maubot Update gomatrix, add logging and other things 2018-09-20 01:16:13 +03:00
config Fix log file name format and remove old debug prints 2018-09-20 01:47:24 +03:00
database Fix log file name format and remove old debug prints 2018-09-20 01:47:24 +03:00
matrix Fix passive command regex compiling and send m.notices by default 2018-09-21 16:09:26 +03:00
vendor Update dependencies 2018-09-20 01:47:18 +03:00
.gitignore Fix passive command regex compiling and send m.notices by default 2018-09-21 16:09:26 +03:00
commands.go Update gomatrix, add logging and other things 2018-09-20 01:16:13 +03:00
Dockerfile Update dep in dockerfile 2018-09-20 01:49:39 +03:00
example-config.yaml Fix log file name format and remove old debug prints 2018-09-20 01:47:24 +03:00
Gopkg.lock Update dependencies 2018-09-20 01:47:18 +03:00
Gopkg.toml Update dependencies 2018-09-20 01:47:18 +03:00
LICENSE Initial commit 2018-06-14 01:41:05 +03:00
logging.go Update gomatrix, add logging and other things 2018-09-20 01:16:13 +03:00
matrix.go Fix SendMessageEvent signature 2018-09-21 00:36:45 +03:00
plugin.go Update gomatrix, add logging and other things 2018-09-20 01:16:13 +03:00
README.md Add plugin list 2018-06-15 18:47:58 +03:00

maubot

A plugin-based Matrix bot system written in Go.

Work in progress. Please come back later.

Discussion

Matrix room: #maubot:maunium.net

Plugins

  • jesaribot - A simple bot that replies with an image when you say "jesari".
  • sed - A bot to do sed-like replacements.