prosodyctl

changeset 3627
9e62937c9757
parent 3481
72d3c8029178
child 3630
e0c67b14d25f
--- 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 });

mercurial