A plugin-based Matrix bot system.
Go to file
2018-07-06 16:46:38 +03:00
app Small fixes 2018-06-14 13:36:53 +03:00
cmd/maubot Move interfaces to maubot package and other stuff to app/ 2018-06-14 11:11:24 +03:00
config Initial commit 2018-06-14 01:41:05 +03:00
database Separate plugin interface to reduce file size 2018-06-14 10:29:37 +03:00
matrix Use *maubot.Event everywhere to remove reply fallback bugs 2018-06-15 18:34:38 +03:00
vendor Update maulogger 2018-07-06 16:31:42 +03:00
.gitignore Initial commit 2018-06-14 01:41:05 +03:00
Dockerfile Enable cgo in dockerfile 2018-07-06 16:46:38 +03:00
example-config.yaml Initial commit 2018-06-14 01:41:05 +03:00
Gopkg.lock Update maulogger 2018-07-06 16:31:42 +03:00
Gopkg.toml Update maulogger 2018-07-06 16:31:42 +03:00
LICENSE Initial commit 2018-06-14 01:41:05 +03:00
matrix.go Use custom type for EventHandler output 2018-06-15 17:53:37 +03:00
plugin.go Move interfaces to maubot package and other stuff to app/ 2018-06-14 11:11:24 +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.