mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Add message for not-running error
This commit is contained in:
parent
678d1273e3
commit
b9c0a4931d
1 changed files with 1 additions and 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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue