X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosodyctl;h=88cf552ccb251034c5f822906b4597c52a7f256b;hb=e7e6417bba35fbe001729e8563561ad26a24c1e1;hp=74dade5f53858bbc2b62fa421bee18c7fc916b90;hpb=fa19e92922b058d878a53260b38bfd7d3e98a991;p=prosody.git diff --git a/prosodyctl b/prosodyctl index 74dade5f..88cf552c 100755 --- a/prosodyctl +++ b/prosodyctl @@ -160,6 +160,7 @@ local error_messages = setmetatable({ ["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 });