# HG changeset patch # User Matthew Wild # Date 1226788164 0 # Node ID 4ccffcd6e720a02632ddcf1a8c8af61448d51c95 # Parent 985710ea308bd8312878a70a714b00211589c067# Parent 7b28fa8bbfe5c893151743c3d1c2797b6e797650 Merge from waqas diff -r 7b28fa8bbfe5 -r 4ccffcd6e720 plugins/mod_version.lua --- a/plugins/mod_version.lua Sun Nov 16 03:16:53 2008 +0500 +++ b/plugins/mod_version.lua Sat Nov 15 22:29:24 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