forked from GitHub/dbot
blah
This commit is contained in:
parent
53defaaeea
commit
6c3f3119ff
@ -100,6 +100,7 @@ var commands = function(dbot) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dbot.api.nickserv.getUserHost(event.server, banee, function(host) {
|
dbot.api.nickserv.getUserHost(event.server, banee, function(host) {
|
||||||
|
console.log(host);
|
||||||
// Add host record entry
|
// Add host record entry
|
||||||
if(host) {
|
if(host) {
|
||||||
if(!_.has(this.hosts, event.server)) this.hosts[event.server] = {};
|
if(!_.has(this.hosts, event.server)) this.hosts[event.server] = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user