diff options
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ function commands.adduser(arg) if ok then return 0; end - show_message(msg) + show_message(error_messages[msg]) return 1; end |
index : prosody.git | ||
unofficial mirror of the prosody mercurial project |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | prosodyctl | 2 |
@@ -144,7 +144,7 @@ function commands.adduser(arg) if ok then return 0; end - show_message(msg) + show_message(error_messages[msg]) return 1; end |