mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
Change default nick
This commit is contained in:
parent
906e79f39b
commit
84e524c635
1 changed files with 4 additions and 4 deletions
|
@ -240,17 +240,17 @@ module.exports = {
|
|||
// For example, Guest%%% will become Guest123 on page load.
|
||||
//
|
||||
// @type string
|
||||
// @default "lounge-user"
|
||||
// @default "thelounge%%"
|
||||
//
|
||||
nick: "lounge-user",
|
||||
nick: "thelounge%%",
|
||||
|
||||
//
|
||||
// Username
|
||||
//
|
||||
// @type string
|
||||
// @default "lounge-user"
|
||||
// @default "thelounge"
|
||||
//
|
||||
username: "lounge-user",
|
||||
username: "thelounge",
|
||||
|
||||
//
|
||||
// Real Name
|
||||
|
|
Loading…
Add table
Reference in a new issue