1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 18:16:38 +02:00

Improve the message for NICK_IDENTIFY_REQUIRED.

This commit is contained in:
Sadie Powell
2021-05-23 19:51:40 +01:00
parent a040f17787
commit 100b24074d
+1 -1
View File
@@ -82,7 +82,7 @@ namespace Language
#define CHAN_X_SUSPENDED _("Channel %s is currently suspended.")
#define CHAN_X_NOT_REGISTERED _("Channel \002%s\002 isn't registered.")
#define CHAN_X_NOT_IN_USE _("Channel \002%s\002 doesn't exist.")
#define NICK_IDENTIFY_REQUIRED _("Password authentication required for that command.")
#define NICK_IDENTIFY_REQUIRED _("You must be logged into an account to use that command.")
#define MAIL_X_INVALID _("\002%s\002 is not a valid e-mail address.")
#define UNKNOWN _("<unknown>")
#define NO_EXPIRE _("does not expire")