mirror of
https://github.com/anope/anope.git
synced 2026-06-26 06:16:38 +02:00
Improve wording of the resetpass:confirm log message.
This commit is contained in:
committed by
Sadie Powell
parent
0d0763f72f
commit
c327d1aeef
@@ -100,7 +100,7 @@ class NSResetPass : public Module
|
||||
reset.Unset(nc);
|
||||
nc->Shrink<bool>("UNCONFIRMED");
|
||||
|
||||
Log(LOG_COMMAND, source, &commandnsresetpass) << "confirmed RESETPASS to forcefully identify as " << na->nick;
|
||||
Log(LOG_COMMAND, source, &commandnsresetpass) << "to confirm RESETPASS and forcefully identify as " << na->nick;
|
||||
|
||||
if (source.GetUser())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user