Diff

prosodyctl @ 3627:9e62937c9757

prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an attempt is made to query Prosody's status (thanks stever)
author Matthew Wild <mwild1@gmail.com>
date Tue, 16 Nov 2010 13:30:27 +0000
parent 3481:72d3c8029178
child 3630:e0c67b14d25f
line wrap: on
line diff
--- a/prosodyctl	Sat Nov 13 23:10:50 2010 +0000
+++ b/prosodyctl	Tue Nov 16 13:30:27 2010 +0000
@@ -160,6 +160,7 @@
 		["no-such-user"] = "The given user does not exist on the server";
 		["unable-to-save-data"] = "Unable to store, perhaps you don't have permission?";
 		["no-pidfile"] = "There is no 'pidfile' option in the configuration file, see http://prosody.im/doc/prosodyctl#pidfile for help";
+		["no-posix"] = "The mod_posix module is not enabled in the Prosody config file, see http://prosody.im/doc/prosodyctl for more info";
 		["no-such-method"] = "This module has no commands";
 		["not-running"] = "Prosody is not running";
 		}, { __index = function (t,k) return "Error: "..(tostring(k):gsub("%-", " "):gsub("^.", string.upper)); end });