mirror of
https://github.com/reality/dbot.git
synced 2025-02-25 09:50:40 +01:00
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.ban(server, banee, channel);
|
||||||
this.api.kick(server, banee, channel, reason +
|
this.api.kick(server, banee, channel, reason +
|
||||||
' (network-wide ban requested by ' + banner + ')');
|
' (network-wide ban requested by ' + banner + ')');
|
||||||
}, 1000);
|
}.bind(this), 1000);
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
var notifyString = dbot.t('nbanned', {
|
var notifyString = dbot.t('nbanned', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user