1
0
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:
Federico G. Schwindt
2013-08-22 14:34:20 +01:00
parent 243d781e99
commit 9b59925144
+1 -1
View File
@@ -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");
}
};