diff --git a/modules/kick/kick.js b/modules/kick/kick.js index 9652be5..a4902a9 100644 --- a/modules/kick/kick.js +++ b/modules/kick/kick.js @@ -76,7 +76,7 @@ var kick = function(dbot) { } else { callback(true); // No host could be found } - }); + }.bind(this)); } } };