commit c213ae98be5db0e71315c3393f6ff79c02f3aa1c
parent 8882b1678362f4696bc6fe968818eb87d89996fc
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 11 Sep 2016 20:29:25 +0200
fix botan stats (not important)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/handlers/parseNodes.js b/handlers/parseNodes.js
@@ -171,7 +171,7 @@ module.exports = {
if (askedNode.toLowerCase() !== "noarg") {
if(handler == "telegram"){
bot.sendMessage(TfromId, output, {"parse_mode": "HTML"})
- botan.track(Tmsg, 'node ' + ccode_func)
+ botan.track(Tmsg, 'node ' + ccode_func + " " + askedNode.toLowerCase())
}
if(handler == "irc"){
bot.say(IRCto, output);