mirror of
https://github.com/anope/anope.git
synced 2026-07-07 15:43:15 +02:00
For ngIRCd, on nick change set mode -R
This commit is contained in:
@@ -677,7 +677,7 @@ class ProtongIRCd : public Module
|
||||
|
||||
void OnUserNickChange(User *u, const Anope::string &) anope_override
|
||||
{
|
||||
u->RemoveModeInternal(Me, ModeManager::FindUserModeByName("REGISTERED"));
|
||||
u->RemoveMode(Config->GetClient("NickServ"), "REGISTERED");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user