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 5ec486504f2bec02d9129a43bedeba03c15576d6
parent fbd801baa5b3265c66c29ed2d904d0ddab5bef53
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 00:34:19 +0200

Next try

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

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