# HG changeset patch # User Matthew Wild # Date 1246506886 -3600 # Node ID 5882ed6219ff77098aaa67cc8b86493fb7036dd7 # Parent 545208bc0e843e53a440610ee34a87a3d31aa259 prosodyctl: Add message for not-running error diff -r 545208bc0e84 -r 5882ed6219ff prosodyctl --- a/prosodyctl Thu Jul 02 04:53:31 2009 +0100 +++ b/prosodyctl Thu Jul 02 04:54:46 2009 +0100 @@ -95,6 +95,7 @@ ["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 = {};