We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1f2a0 commit 7791961Copy full SHA for 7791961
modules/commands/ns_register.cpp
@@ -261,7 +261,8 @@ class CommandNSRegister : public Command
261
if (nsregister.equals_ci("admin"))
262
source.Reply(_("All new accounts must be validated by an administrator. Please wait for your registration to be confirmed."));
263
else if (nsregister.equals_ci("mail"))
264
- source.Reply(_("Your email address is not confirmed. To confirm it, follow the instructions that were emailed to you."));
+ source.Reply(_("Your email address is not confirmed. To confirm it, follow the instructions that were emailed to you.\n"
265
+ "If you do not receive the email within \00215 minutes\002, use: \002/msg NickServ RESEND\002"));
266
}
267
268
0 commit comments