Skip to content

Commit

Permalink
Disable the broken ban commands
Browse files Browse the repository at this point in the history
the ban commands are still broken and crash. Disabling them until they get fixed.
  • Loading branch information
Einarin committed Dec 24, 2015
1 parent 083a7a2 commit dfbffdb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions plugins/Moderation/moderation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ exports.commands = [
"myid",
"perm",
"votekick",
"kick",
"bans",
"ban",
"unban"
"kick"
]

var votekicks = {};
Expand Down Expand Up @@ -183,4 +180,4 @@ exports.unban = {
bot.sendMessage("couldn't uniquely resolve " + usertxt);
}
}
}
}

0 comments on commit dfbffdb

Please sign in to comment.