modified: src/main.js

This commit is contained in:
Flummi 2016-08-14 02:57:49 +02:00
parent 21a3ec84e9
commit 208321706f

View File

@ -43,7 +43,7 @@ bot.on('message', (e) => {
e.reply(cb.msg+" for "+tmp['nick']+" ("+tmp['username']+"@"+tmp['hostname']+")");
}, 1600);
}
else
else
e.reply(cb.msg);
});
});