diff --git a/commands.js b/commands.js index 1b507c2..9389410 100644 --- a/commands.js +++ b/commands.js @@ -162,6 +162,13 @@ export default { ban.execute(app, args); }, }, + "lusers": { + usage: "[ []]", + description: "Requests user statistics about the network", + execute: (app, args) => { + getActiveClient(app).send({ command: "LUSERS", params: args }); + }, + }, "me": { usage: "", description: "Send an action message to the current buffer",