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

lets try that

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 tags + return "TEST" }