plugins/mod_welcome.lua

changeset 2057
c781a949661d
parent 1815
1c0bde3db7d8
child 2923
b7049746bd29
--- a/plugins/mod_welcome.lua	Sun Oct 25 21:26:36 2009 +0500
+++ b/plugins/mod_welcome.lua	Tue Oct 27 01:15:05 2009 +0500
@@ -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