1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 06:03:14 +02:00

Remove nickserv:strictpasswords as it is now obsolete.

This commit is contained in:
Sadie Powell
2021-05-31 21:18:26 +01:00
parent b6665d5eb9
commit cadc6f48e6
5 changed files with 7 additions and 18 deletions
+3 -3
View File
@@ -70,9 +70,9 @@ namespace Language
#define READ_ONLY_MODE _("Services are in read-only mode!")
#define PASSWORD_INCORRECT _("Password incorrect.")
#define ACCESS_DENIED _("Access denied.")
#define MORE_OBSCURE_PASSWORD _("Please try again with a more obscure password. Passwords should be at least\n" \
"five characters long, should not be something easily guessed\n" \
"(e.g. your real name or your nick), and cannot contain the space or tab characters.")
#define MORE_OBSCURE_PASSWORD _("Please try again with a more obscure password. Passwords should not be\n" \
"something that could be easily guessed (e.g. your real name or your nick) and\n" \
"cannot contain the space or tab characters.\n")
#define PASSWORD_TOO_SHORT _("Your password is too short. It must must be longer than %u characters.")
#define PASSWORD_TOO_LONG _("Your password is too long. It must be shorter than %u characters.")
#define NICK_NOT_REGISTERED _("Your nick isn't registered.")