plugins/mod_welcome.lua

changeset 2058
77244fd4ca99
parent 2057
c781a949661d
child 2923
b7049746bd29
equal deleted inserted replaced
2051:ee2929e620bb 2058:77244fd4ca99
5 -- This project is MIT/X11 licensed. Please see the 5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information. 6 -- COPYING file in the source package for more information.
7 -- 7 --
8 8
9 local host = module:get_host(); 9 local host = module:get_host();
10 local welcome_text = module:get_option("welcome_message") or "Hello $user, welcome to the $host IM server!"; 10 local welcome_text = module:get_option("welcome_message") or "Hello $username, welcome to the $host IM server!";
11 11
12 local st = require "util.stanza"; 12 local st = require "util.stanza";
13 13
14 module:hook("user-registered", 14 module:hook("user-registered",
15 function (user) 15 function (user)

mercurial