diff options
author | Matthew Wild <mwild1@gmail.com> | 2014-07-31 06:59:12 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2014-07-31 06:59:12 +0100 |
commit | 015a567600ccddaec85bb5032afd9ad56a17846d (patch) | |
tree | 42864695bfdb29a5fbf3225466b3dc83fd45dd16 /prosodyctl | |
parent | 98941a6f527ebe91d39d992f187b132fc32871e3 (diff) | |
download | prosody-015a567600ccddaec85bb5032afd9ad56a17846d.tar.gz prosody-015a567600ccddaec85bb5032afd9ad56a17846d.zip |
prosodyctl: Remove nonsensical warning
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |