diff -r ee2929e620bb -r 77244fd4ca99 plugins/mod_welcome.lua --- a/plugins/mod_welcome.lua Mon Oct 26 23:29:04 2009 +0000 +++ b/plugins/mod_welcome.lua Mon Oct 26 23:30:15 2009 +0000 @@ -7,7 +7,7 @@ -- local host = module:get_host(); -local welcome_text = module:get_option("welcome_message") or "Hello $user, welcome to the $host IM server!"; +local welcome_text = module:get_option("welcome_message") or "Hello $username, welcome to the $host IM server!"; local st = require "util.stanza";