net.dns: Removed dependency on util.ztact by moving ztact.get/set in.
[prosody.git] / prosodyctl
index 05a71b38fdb481c7073ed4c324eb5b0b18415293..cfc5ca77a979d74268a5483455984ec2da170462 100755 (executable)
@@ -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