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 c8388ec42228949ebe067b441c801f3406acde58
parent d5e321f9df27e0fcc6b7b7397028e34c466298b5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 30 Mar 2016 00:41:52 +0200

Maybe this is the fix

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

diff --git a/backend/pluginManager.js b/backend/pluginManager.js @@ -37,5 +37,5 @@ pluginManager.getSourcemodVersions = function () { }, function(err, res) { return res }) - return "TEST" + return tags.toString(); }