diff --git a/modules/sstats/sstats.js b/modules/sstats/sstats.js index 6232c21..b8505dd 100644 --- a/modules/sstats/sstats.js +++ b/modules/sstats/sstats.js @@ -75,6 +75,7 @@ var sstats = function(dbot) { }; this.listener = function(event) { + if(event.channel == event.user) return; // ignore PMs event.cStats.lines++; event.uStats.lines++;