Go to file
BuckarooBanzay 576716bbd6 refactor receive-loop 2022-09-02 07:31:54 +02:00
.github/workflows remove integration test stuff (didn't really do anything) 2022-08-19 18:10:20 +02:00
dev add allow mention example to dev settings 2022-08-23 17:47:08 +02:00
doc Matterbridge (#68) 2022-08-23 09:09:59 +02:00
plugin fix cleaner text field name 2022-08-29 08:06:38 +02:00
sounds Initial commit of the code spinned off of the beerarchy subgame 2017-07-14 00:04:37 +02:00
spec Test on_receive and before_send events 2022-08-14 01:49:05 +03:00
web refactor receive-loop 2022-09-02 07:31:54 +02:00
.luacheckrc Luacheck 2021-04-07 12:56:33 +03:00
LICENSE Initial commit 2017-07-14 00:03:23 +02:00
README.md Matterbridge (#68) 2022-08-23 09:09:59 +02:00
chatcommands.lua Allow chat admin to delete channels (#69) 2022-08-27 23:58:15 -04:00
common.lua Autojoin on channel switch 2022-08-19 18:08:34 +02:00
format_message.lua localize a few variables, stricter luacheckrc 2021-01-03 17:11:27 +01:00
hooks.lua Cleanup / refactoring, small fixes, join hook 2021-05-03 15:55:37 +02:00
init.lua Allow chat admin to delete channels (#69) 2022-08-27 23:58:15 -04:00
message.lua Default message handler 2021-04-07 12:53:45 +03:00
mod.conf Matterbridge (#68) 2022-08-23 09:09:59 +02:00
router.lua Fix duplicate on_receive and before_send events 2022-08-14 01:49:05 +03:00
session.lua Password validation plugin (#45) 2021-05-11 19:14:11 +03:00
settingtypes.txt add beerchat.moderator_channel_name to settingtypes 2020-11-21 12:39:19 +01:00
storage.lua Matterbridge (#68) 2022-08-23 09:09:59 +02:00

README.md

Beerchat

Chat mod for minetest (heavily modified version of the "original" beerchat mod: https://github.com/evrooije/beerchat.git)

Overview

Standalone chat channel mod

Features

  • Chat channels
  • Whispering ($ hello there)
  • Shortcommands (#channel hello @player hello)
  • Matterbridge-integration (IRC/Discord/matrix/etc)

Compatibility

  • Minetest >= 5.0

Documentation

License

Code

  • GPLv3