diff options
author | Florian Zeitz <florob@babelmonkeys.de> | 2010-12-18 21:04:45 +0100 |
---|---|---|
committer | Florian Zeitz <florob@babelmonkeys.de> | 2010-12-18 21:04:45 +0100 |
commit | 103b279022a8476465aca894a47ef2f4a955c120 (patch) | |
tree | 660f0a447a13e3ae41e63d2b6d47320ba1cd9006 /prosodyctl | |
parent | 22a83d733c206006fbcf24baaec0e197ed4a3e57 (diff) | |
download | prosody-103b279022a8476465aca894a47ef2f4a955c120.tar.gz prosody-103b279022a8476465aca894a47ef2f4a955c120.zip |
mod_admin_adhoc: Support for reloading multiple modules
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |