3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-26 04:32:37 +01:00
This commit is contained in:
reality 2015-07-22 23:24:40 +00:00
parent b82a3e72ff
commit bf54039724

View File

@ -97,7 +97,7 @@ var kick = function(dbot) {
delete this.tempBans[server][banee];
}.bind(this));
}.bind(this));
}.bind(this);
}
};
this.listener = function(event) {