diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-07-02 04:54:46 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-07-02 04:54:46 +0100 |
commit | b9c0a4931de101141bcb2364b579d34844a3f5c9 (patch) | |
tree | 27a51db4fe90e3a5627c943e7a3b89573fe68300 /prosodyctl | |
parent | 678d1273e3ac128724618e2862c317f2a1e670d6 (diff) | |
download | prosody-b9c0a4931de101141bcb2364b579d34844a3f5c9.tar.gz prosody-b9c0a4931de101141bcb2364b579d34844a3f5c9.zip |
prosodyctl: Add message for not-running error
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ local error_messages = setmetatable({ ["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-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 }); hosts = {}; |