nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

commit 54dc48be7d92697c86b366d3c4ea25cc9f7212f5
parent 7e4e966e0298f52f248c88878407f2e624c3e70f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 00:45:11 +0200

now?

Diffstat:
Mbackend/pluginManager.js | 9+++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/backend/pluginManager.js b/backend/pluginManager.js @@ -30,13 +30,10 @@ var pluginManager = module.exports = {} * @beta Work in Progress */ pluginManager.getSourcemodVersions = function () { - - var tags; - github.repos.getTags({ + console.log(github.repos.getTags({ user: "alliedmodders", repo: "sourcemod" }, function(err, res) { - tags = res - }) - return tags + return res + })) }