plugins/mod_welcome.lua

changeset 2058
77244fd4ca99
parent 2057
c781a949661d
child 2923
b7049746bd29
--- 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";
 

mercurial