From b25d139d0ab1efe4980cd0d134d408d8764843fe Mon Sep 17 00:00:00 2001 From: Efreak Date: Wed, 31 Aug 2016 20:50:33 -0700 Subject: [PATCH 1/2] v2.4.0-beta --- lib/chatBot.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chatBot.js b/lib/chatBot.js index 4e854963..07824f01 100644 --- a/lib/chatBot.js +++ b/lib/chatBot.js @@ -1,4 +1,4 @@ -var ver = "2.4.0-dev"; //update this before pushing to master. +var ver = "2.4.0-beta"; //update this before pushing to master. var fs = require("fs"); var steam = require("steam"); diff --git a/package.json b/package.json index b0c43ed5..a691073a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "steam-chat-bot", "homepage": "https://steam-chat-bot.github.io/node-steam-chat-bot", - "version": "2.4.0-dev", + "version": "2.4.0-beta", "bugs": { "url": "http://github.com/steam-chat-bot/node-steam-chat-bot/issues" }, From 21c00e976229d248597dffb09da0edf25de0fd50 Mon Sep 17 00:00:00 2001 From: Tumble Date: Sun, 9 Oct 2016 15:03:08 +0100 Subject: [PATCH 2/2] This semi colon causes errors SyntaxError: Unexpected token ; at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (C:\Users\UserName\Desktop\steambot\MyBot.js:63:16) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) 2016-10-09T14:01:52.575Z - info: tumblemusic/chatBot.js: logging output to: bot.username.log 2016-10-09T14:01:52.591Z - info: tumblemusic/chatBot.js: using sentryFile bot.username.sentry 2016-10-09T14:01:52.601Z - debug: tumblemusic/chatBot.js: Initializing webserver C:\Users\UserName\Desktop\steambot\example-config-triggers.js:131 forecastMetric: false; ^ --- examples/example-config-triggers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-config-triggers.js b/examples/example-config-triggers.js index 08bda554..7d3879af 100644 --- a/examples/example-config-triggers.js +++ b/examples/example-config-triggers.js @@ -128,7 +128,7 @@ module.exports = [ apikey: "replaceme", conditions: '!weather', forecast: '!forecase', - forecastMetric: false; + forecastMetric: false } }, // Reply triggers that will only respond to a particular user