fix indentation and stuff

This commit is contained in:
reality 2017-07-18 14:56:01 +00:00
parent 07156b2eb3
commit ec86b6e1a8

View File

@ -18,7 +18,6 @@ var command = function(dbot) {
}
commandName = commandName.substring(1);
this.api.hasAccess(event, commandName, function(hasAccess) {
dbot.api.ignore.isUserIgnoring(event.rUser, commandName, function(isIgnoring) {
dbot.api.ignore.isUserBanned(event.rUser, commandName, function(isBanned) {
@ -73,6 +72,7 @@ var command = function(dbot) {
return;
}
}
if(this.api.applyRegex(commandName, event)) {
try {
cDomain.run(function() {