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
commitaf433a87e1eb28f948a9a4a06d5f3da5cd0d7a24 (patch)
tree362e612849a1c642ce2dd88c45b8834246fa4825 /prosodyctl
parentacbe5b3dffba60d0240279df2ffe51dcd5b0c16a (diff)
downloadprosody-af433a87e1eb28f948a9a4a06d5f3da5cd0d7a24.tar.gz
prosody-af433a87e1eb28f948a9a4a06d5f3da5cd0d7a24.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