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

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2022-01-12 22:05:59 +00:00
337 changed files with 726 additions and 433 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
/* NickServ core functions
*
* (C) 2003-2021 Anope Team
* (C) 2003-2022 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -105,8 +105,9 @@ class NSResetPass : public Module
if (source.GetUser())
{
source.GetUser()->Identify(na);
source.Reply(_("You are now identified for your nick. Change your password now."));
}
source.Reply(_("You are now identified for your nick. Change your password now."));
}
else
return EVENT_CONTINUE;