Changeset

298:985710ea308b

Small fix for mod_version
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Nov 2008 22:07:31 +0000
parents 297:15b375870b40
children 299:300b5a201ad3 305:4ccffcd6e720
files plugins/mod_version.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_version.lua	Sat Nov 15 22:36:22 2008 +0100
+++ b/plugins/mod_version.lua	Sat Nov 15 22:07:31 2008 +0000
@@ -11,7 +11,7 @@
 		session.send(st.reply(stanza):query(xmlns_version)
 			:tag("name"):text("lxmppd"):up()
 			:tag("version"):text("pre-alpha"):up()
-			:tag("os"):text("The best one"));
+			:tag("os"):text("the best operating system ever!"));
 	end
 end