From ae8b24b1967c32a5c03c77348b89263e366d5b69 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 25 Aug 2012 01:32:26 +0200 Subject: prosodyctl: Use util.prosodyctl.deluser --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosodyctl') 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 -- cgit v1.2.3