Allow generating random numbers in nick on page load

This commit is contained in:
Pavel Djundik
2018-02-21 19:34:33 +02:00
parent e957a52e43
commit 906e79f39b
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -236,6 +236,9 @@ module.exports = {
//
// Nick
//
// Percent sign (%) will be replaced into a random number from 0 to 9.
// For example, Guest%%% will become Guest123 on page load.
//
// @type string
// @default "lounge-user"
//