commands: drop unvoice
We have devoice already, and that's the one defined in popular clients such as WeeChat.
This commit is contained in:
@@ -387,11 +387,6 @@ export default {
|
|||||||
return setUserHostMode(app, args, "-q");
|
return setUserHostMode(app, args, "-q");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"unvoice": {
|
|
||||||
usage: "<nick>",
|
|
||||||
description: "Remove a user from the voiced list",
|
|
||||||
execute: (app, args) => givemode(app, args, "-v"),
|
|
||||||
},
|
|
||||||
"voice": {
|
"voice": {
|
||||||
usage: "<nick>",
|
usage: "<nick>",
|
||||||
description: "Give a user voiced status on this channel",
|
description: "Give a user voiced status on this channel",
|
||||||
|
|||||||
Reference in New Issue
Block a user