#427 Add message entry for each registration type
* Added message for /register password email * Added messages for /register password and /register email commands
This commit is contained in:
@@ -64,9 +64,18 @@ public enum MessageKey {
|
||||
|
||||
/** Please, register to the server with the command "/register <password> <ConfirmPassword>" */
|
||||
REGISTER_MESSAGE("reg_msg"),
|
||||
|
||||
/** Please, register to the server with the command "/register <password>" */
|
||||
REGISTER_NO_REPEAT_MESSAGE("reg_no_repeat_msg"),
|
||||
|
||||
/** Please, register to the server with the command "/register <email> <confirmEmail>" */
|
||||
REGISTER_EMAIL_MESSAGE("reg_email_msg"),
|
||||
|
||||
/** Please, register to the server with the command "/register <email>" */
|
||||
REGISTER_EMAIL_NO_REPEAT_MESSAGE("reg_email_no_repeat_msg"),
|
||||
|
||||
/** Please, register to the server with the command "/register <password> <email>" */
|
||||
REGISTER_PASSWORD_EMAIL_MESSAGE("reg_psw_email_msg"),
|
||||
|
||||
/** You have exceeded the maximum number of registrations (%reg_count/%max_acc %reg_names) for your connection! */
|
||||
MAX_REGISTER_EXCEEDED("max_reg", "%max_acc", "%reg_count", "%reg_names"),
|
||||
|
||||
Reference in New Issue
Block a user