Add /lusers command

This commit is contained in:
Drew DeVault 2021-05-28 19:02:16 -04:00 committed by Simon Ser
parent 65c2816739
commit 1dcdb2d778

View file

@ -162,6 +162,13 @@ export default {
ban.execute(app, args);
},
},
"lusers": {
usage: "[<mask> [<target>]]",
description: "Requests user statistics about the network",
execute: (app, args) => {
getActiveClient(app).send({ command: "LUSERS", params: args });
},
},
"me": {
usage: "<action>",
description: "Send an action message to the current buffer",