aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2014-07-31 06:59:12 +0100
committerMatthew Wild <mwild1@gmail.com>2014-07-31 06:59:12 +0100
commit2b26977ac1dfd0ffad2aca58ce415a6607aa1e52 (patch)
tree42864695bfdb29a5fbf3225466b3dc83fd45dd16
parent822e7c4d7d312c3bd29398605f78f781053c2cb0 (diff)
downloadprosody-2b26977ac1dfd0ffad2aca58ce415a6607aa1e52.tar.gz
prosody-2b26977ac1dfd0ffad2aca58ce415a6607aa1e52.zip
prosodyctl: Remove nonsensical warning
-rwxr-xr-xprosodyctl1
1 files changed, 0 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 6a6414f6..38dac363 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -372,7 +372,6 @@ function commands.deluser(arg)
if not hosts[host] then
show_warning("The host '%s' is not listed in the configuration file (or is not enabled).", host)
- show_warning("The user will not be able to log in until this is changed.");
hosts[host] = make_host(host);
end