diff --git a/modules/kick/commands.js b/modules/kick/commands.js index 8df71cf..3b5781b 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -100,6 +100,7 @@ var commands = function(dbot) { } dbot.api.nickserv.getUserHost(event.server, banee, function(host) { + console.log(host); // Add host record entry if(host) { if(!_.has(this.hosts, event.server)) this.hosts[event.server] = {};