mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Created a custom function, 'test', that prints back a welcoming message
This commit is contained in:
parent
2bb05d010d
commit
66bb4ab449
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ local prosodyctl_timeout = (configmanager.get("*", "prosodyctl_timeout") or 5) *
|
|||
local commands = {};
|
||||
local command = table.remove(arg, 1);
|
||||
|
||||
function commands.test()
|
||||
show_message [[Well, hello there!]]
|
||||
end
|
||||
|
||||
function commands.adduser(arg)
|
||||
if not arg[1] or arg[1] == "--help" then
|
||||
show_usage([[adduser JID]], [[Create the specified user account in Prosody]]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue