plugins/version.lua

changeset 113
5f2418fb8b19
parent 105
4234c8789cc6
child 125
2c570064f582
--- a/plugins/version.lua	Tue Mar 25 18:23:58 2014 +0100
+++ b/plugins/version.lua	Sun Jul 06 15:36:18 2014 +0200
@@ -29,7 +29,7 @@
 				if condition == "service-unavailable" then
 					r = param.." doesn't reply to version requests";
 				elseif condition == "feature-not-implemented" then
-					r = param.." doesn't support feature requests";
+					r = param.." doesn't support version requests";
 				elseif condition == "remote-server-not-found" then
 					r = param.." can't be reached via XMPP";
 				elseif condition and not text then

mercurial