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

Consistently use "account" instead of "nick group".

This commit is contained in:
Sadie Powell
2025-06-20 18:11:11 +01:00
parent 21c8164539
commit 80b8856254
13 changed files with 122 additions and 123 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
{
if (SendResetEmail(source.GetUser(), na, source.service))
{
Log(LOG_COMMAND, source, this) << "for " << na->nick << " (group: " << na->nc->display << ")";
Log(LOG_COMMAND, source, this) << "for " << na->nick << " (account: " << na->nc->display << ")";
source.Reply(_("Password reset email for \002%s\002 has been sent."), na->nick.c_str());
}
}