forked from GitHub/dbot
forgot the bind..
This commit is contained in:
parent
e43b6ea715
commit
50801f7afb
@ -52,7 +52,7 @@ var commands = function(dbot) {
|
||||
this.api.ban(server, banee, channel);
|
||||
this.api.kick(server, banee, channel, reason +
|
||||
' (network-wide ban requested by ' + banner + ')');
|
||||
}, 1000);
|
||||
}.bind(this), 1000);
|
||||
}, this);
|
||||
|
||||
var notifyString = dbot.t('nbanned', {
|
||||
|
Loading…
Reference in New Issue
Block a user