Commit 80149efea9597fd92e5e75ba76f466db37771c39

Authored by Adhidarma Hadiwinoto
1 parent bfd6b2b985
Exists in master

logging on ignoring message

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -100,6 +100,7 @@ bot.on('text', function (msg) {
100 100 }
101 101  
102 102 if (hasIgnoreKeywords(msg.text)) {
  103 + logger.info("Ignoring message");
103 104 return;
104 105 }
105 106