Change default nick
This commit is contained in:
parent
906e79f39b
commit
84e524c635
@ -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…
Reference in New Issue
Block a user