mirror of
https://github.com/anope/anope.git
synced 2026-07-08 15:43:12 +02:00
Pass password to nick register event so modules like m_ldap_authentication can create the respective account using the decrypted password which might not always be available
This commit is contained in:
@@ -638,7 +638,7 @@ class MChanstats : public Module
|
||||
ci->Extend<bool>("CS_STATS");
|
||||
}
|
||||
|
||||
void OnNickRegister(User *user, NickAlias *na)
|
||||
void OnNickRegister(User *user, NickAlias *na, const Anope::string &)
|
||||
{
|
||||
if (NSDefChanstats)
|
||||
na->nc->Extend<bool>("NS_STATS");
|
||||
|
||||
Reference in New Issue
Block a user