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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user