mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_welcome: Change $user to $username in default welcome message (thanks to chris for spotting)
This commit is contained in:
parent
c07ef005e8
commit
c73ece03d8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue