dependabot-preview[bot] 0a58f8382d Bump jshint from 2.11.2 to 2.12.0
Bumps [jshint](https://github.com/jshint/jshint) from 2.11.2 to 2.12.0.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.11.2...2.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 21:37:01 +02:00
2020-08-03 11:34:58 +02:00
2020-05-26 08:45:13 +02:00
2020-05-26 08:45:13 +02:00
2019-12-02 08:56:42 +01:00
2020-05-26 08:45:13 +02:00
2020-08-03 21:37:01 +02:00
2020-05-26 08:45:13 +02:00
2019-09-06 07:57:09 +02:00

Beerchat proxy application

Relay for minetest-ingame / IRC and Discord

Local Testing

curl -X POST \
 -H "Content-Type: application/json" \
 -d '{"channel":"main","playername":"somedude","message":"rant about lag!"}' \
 http://127.0.0.1:8080/

Configuration

beerchat.json

{
  "debug": true,

  "remotes": [{
    "name": "IRC",
    "type": "irc",
		"debug": true,
    "host": "chat.freenode.net",
    "username": "pandorabot_test",
    "password": "my-password",
		"system_channel": "main",
    "channels": {
      "main": "pandorabox-test"
    }
  },{
    "name": "Discord",
    "type": "discord",
		"debug": true,
		"token": "the-discord-token",
		"system_channel": "main",
    "channels": {
      "main": "test"
    }
  }]
}

Starting

npm install
npm start
Description
No description provided
Readme 239 KiB
Languages
JavaScript 86.7%
Shell 8.4%
Lua 3.5%
Dockerfile 1.4%