diff --git a/commands.js b/commands.js index b9309da..872148e 100644 --- a/commands.js +++ b/commands.js @@ -69,6 +69,13 @@ export default { app.privmsg(activeBuffer.name, text); }, }, + "mode": { + usage: " [mode args...]", + description: "Change channel or user mode", + execute: (app, args) => { + getActiveClient(app).send({ command: "MODE", params: args }); + }, + }, "msg": { usage: " ", description: "Send a message to a nickname or a channel",