aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-02-15 16:40:41 +0100
committerSimon Ser <contact@emersion.fr>2024-02-15 16:40:41 +0100
commita514104c55222d3f8cd05b5d543643d1f5d270f5 (patch)
tree3a4f463b97ffa12d2bc7d999b891d12d5b1a8811
parent7e5e94cda0c449519dfdd6996c0b2e3c83df25df (diff)
downloadgamja-a514104c55222d3f8cd05b5d543643d1f5d270f5.tar.gz
gamja-a514104c55222d3f8cd05b5d543643d1f5d270f5.zip
commands: drop unvoice
We have devoice already, and that's the one defined in popular clients such as WeeChat.
-rw-r--r--commands.js5
1 files changed, 0 insertions, 5 deletions
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",