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

some redesign in the code

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

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