mirror of
https://github.com/anope/anope.git
synced 2026-07-04 19:33:12 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -80,7 +80,7 @@ class CommandNSSetEmail : public Command
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
if (!param.empty() && Config->NSConfirmEmailChanges && !u->Account()->IsServicesOper())
|
||||
if (!param.empty() && Config->NSConfirmEmailChanges && !u->IsServicesOper())
|
||||
{
|
||||
u->Account()->Extend("ns_set_email", new ExtensibleItemRegular<Anope::string>(param));
|
||||
Anope::string old = u->Account()->email;
|
||||
|
||||
Reference in New Issue
Block a user