plugins/uptime.lua

changeset 106
99d9d958bb09
parent 73
b9d319376f6d
--- 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