forked from CringeStudios/gamja
Add /lusers command
This commit is contained in:
parent
65c2816739
commit
1dcdb2d778
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user