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