From fdefdb1d98b24bff2b275fb1b68acfa10bed99ae Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 29 Aug 2016 15:13:02 +0000 Subject: Fixes --- config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 07e3895..d34d46a 100644 --- a/config.json +++ b/config.json @@ -1,13 +1,12 @@ { "PORT": 8000, - "DISCORD_EMAIL": "example@example.com", - "DISCORD_PASSWORD": "password123", - "DISCORD_CHANNEL": "general", + "DISCORD_TOKEN": "TOKEN_HERE", + "DISCORD_CHANNEL_ID": "general", "MINECRAFT_SERVER_RCON_IP": "example.com", "MINECRAFT_SERVER_RCON_PORT": 25575, "MINECRAFT_SERVER_RCON_PASSWORD": "password", "WEBHOOK": "/minecraft/hook", - "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <(.*)> (.*)", + "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <([^>]*)> (.*)", "REGEX_IGNORED_CHAT": "packets too frequently", "RCON_RECONNECT_DELAY": 10, "DEBUG": false -- cgit 1.4.1