3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

fix nunban

This commit is contained in:
reality 2013-07-06 18:00:34 +00:00
parent 134f2b76bb
commit 7dfa493f44

View File

@ -76,7 +76,7 @@ var kick = function(dbot) {
} else { } else {
callback(true); // No host could be found callback(true); // No host could be found
} }
}); }.bind(this));
} }
} }
}; };