aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorFlorian Zeitz <florob@babelmonkeys.de>2010-12-18 21:04:45 +0100
committerFlorian Zeitz <florob@babelmonkeys.de>2010-12-18 21:04:45 +0100
commit103b279022a8476465aca894a47ef2f4a955c120 (patch)
tree660f0a447a13e3ae41e63d2b6d47320ba1cd9006 /prosodyctl
parent22a83d733c206006fbcf24baaec0e197ed4a3e57 (diff)
downloadprosody-103b279022a8476465aca894a47ef2f4a955c120.tar.gz
prosody-103b279022a8476465aca894a47ef2f4a955c120.zip
mod_admin_adhoc: Support for reloading multiple modules
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 05a71b38..cfc5ca77 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -331,7 +331,7 @@ function commands.adduser(arg)
if ok then return 0; end
- show_message(error_messages[msg])
+ show_message(msg)
return 1;
end