diff --git a/commands.js b/commands.js index d881ec2..8b98a81 100644 --- a/commands.js +++ b/commands.js @@ -387,11 +387,6 @@ export default { return setUserHostMode(app, args, "-q"); }, }, - "unvoice": { - usage: "<nick>", - description: "Remove a user from the voiced list", - execute: (app, args) => givemode(app, args, "-v"), - }, "voice": { usage: "<nick>", description: "Give a user voiced status on this channel",