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 853dc144e4dde45456329c6c1df94c61dbdf5115
parent cc840d2e613ca09b3bd16a89c7950931aaa09cac
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 13:58:00 +0200

Still getting undefined

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

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