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 7640c47c5930d121a607e5e302c9246850ed4e63
parent cbb2e3378a75d826ed9de5568e96a0445338e74c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 00:25:44 +0200

hmm undefined error

Diffstat:
Mbackend/pluginManager.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/pluginManager.js b/backend/pluginManager.js @@ -31,7 +31,7 @@ var pluginManager = module.exports = {} */ pluginManager.getSourcemodVersions = function () { console.error("[DEBUG]") - github.repos.getTags({ + return github.repos.getTags({ user: "alliedmodders", repo: "sourcemod" }, function(err, res) {