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 cc840d2e613ca09b3bd16a89c7950931aaa09cac
parent 526afdb1656e1d4825e79943e74f85afa331e925
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 13:56:56 +0200

Fix wrong var

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

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