3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
This commit is contained in:
reality 2013-10-20 18:53:27 +00:00
parent b3a558d81c
commit aed155d5a2

View File

@ -113,7 +113,7 @@ var sstats = function(dbot) {
}
// Look for tracked words.
if(event.message.charAt(0) != '~') return;
if(event.message.charAt(0) != '~') {
var wMap = {}; // Why reduce isn't working idk
_.each(words, function(word) {
word = word.toLowerCase();