3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 20:22:39 +01:00
This commit is contained in:
reality 2018-02-28 17:39:31 +00:00
commit 329836d577

View File

@ -239,7 +239,7 @@ var commands = function(dbot) {
'~nunban': function(event) {
var unbanee = event.params[1],
host = event.params[2],
host = event.params[2] || undefined,
unbanner = event.rUser;
this.api.networkUnban(event.server, unbanee, unbanner, host, function(err) {