1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 06:56:37 +02:00

Allow users to drop their own nickrequests

This commit is contained in:
Adam
2010-11-15 21:04:01 -05:00
parent 872bc3fa5e
commit 5f18cb018d
4 changed files with 39 additions and 16 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ class CommandNSRegister : public CommandNSConfirm
{
if (SendRegmail(u, nr))
{
u->SendMessage(NickServ, NICK_ENTER_REG_CODE, email.c_str(), Config->s_NickServ.c_str());
u->SendMessage(NickServ, NICK_ENTER_REG_CODE, email.c_str(), Config->s_NickServ.c_str(), Config->s_NickServ.c_str());
Log(LOG_COMMAND, u, this) << "send registration verification code to " << nr->email;
}
else