forked from GitHub/dbot
bind the kick listener correctly to this
This commit is contained in:
parent
1ba57f4d5d
commit
e40a8437a3
@ -38,7 +38,7 @@ var kick = function(dbot) {
|
|||||||
}) + ')');
|
}) + ')');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}.bind(this);
|
||||||
this.on = 'KICK';
|
this.on = 'KICK';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user