aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-08-25 01:32:26 +0200
committerKim Alvefur <zash@zash.se>2012-08-25 01:32:26 +0200
commitd5266582d19675b3e44ca9f895fd8820d5f103c0 (patch)
treea9a67aba7818173e0bfba2ca21ad18242dff9cca
parent42b08e98185723174fa4d0187fdd437ae11138c6 (diff)
downloadprosody-d5266582d19675b3e44ca9f895fd8820d5f103c0.tar.gz
prosody-d5266582d19675b3e44ca9f895fd8820d5f103c0.zip
prosodyctl: Use util.prosodyctl.deluser
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index c658921b..25570fc4 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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