uptime: s/version/uptime/

Sun, 11 Aug 2013 19:49:39 +0200

author
Kim Alvefur <zash@zash.se>
date
Sun, 11 Aug 2013 19:49:39 +0200
changeset 106
99d9d958bb09
parent 105
4234c8789cc6
child 107
441ec8dcdfde

uptime: s/version/uptime/

plugins/uptime.lua file | annotate | diff | comparison | revisions
--- a/plugins/uptime.lua	Fri May 31 19:01:32 2013 +0200
+++ b/plugins/uptime.lua	Sun Aug 11 19:49:39 2013 +0200
@@ -27,7 +27,7 @@
 				command:reply(reply_prefix..convert_time(reply.seconds));
 			else
 				local type, condition, text = reply.type, reply.condition, reply.text;
-				local r = "There was an error requesting "..param.."'s version";
+				local r = "There was an error requesting "..param.."'s uptime";
 				if condition == "service-unavailable" then
 					r = param.." doesn't reply to uptime/last activity requests";
 				elseif condition == "feature-not-implemented" then

mercurial