Change default nick

This commit is contained in:
Pavel Djundik 2018-02-21 18:05:31 +02:00
parent 906e79f39b
commit 84e524c635

View file

@ -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