From b9c0a4931de101141bcb2364b579d34844a3f5c9 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 2 Jul 2009 04:54:46 +0100 Subject: prosodyctl: Add message for not-running error --- prosodyctl | 1 + 1 file changed, 1 insertion(+) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 980aa329..0d687986 100755 --- a/prosodyctl +++ b/prosodyctl @@ -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 = {}; -- cgit v1.2.3