diff options
author | Kim Alvefur <zash@zash.se> | 2012-08-25 01:32:26 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2012-08-25 01:32:26 +0200 |
commit | ae8b24b1967c32a5c03c77348b89263e366d5b69 (patch) | |
tree | a9a67aba7818173e0bfba2ca21ad18242dff9cca | |
parent | 9ecbf710489d937e2c59bfd1a2cebca8ae0fc610 (diff) | |
download | prosody-ae8b24b1967c32a5c03c77348b89263e366d5b69.tar.gz prosody-ae8b24b1967c32a5c03c77348b89263e366d5b69.zip |
prosodyctl: Use util.prosodyctl.deluser
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -366,7 +366,7 @@ function commands.deluser(arg) return 1; end - local ok, msg = prosodyctl.passwd { user = user, host = host }; + local ok, msg = prosodyctl.deluser { user = user, host = host }; if ok then return 0; end |