mirror of
https://github.com/anope/anope.git
synced 2026-06-30 04:16:38 +02:00
Don't unassociate accounts with users on nick changes
This commit is contained in:
@@ -640,6 +640,7 @@ class ProtoBahamut : public Module
|
||||
void OnUserNickChange(User *u, const Anope::string &) anope_override
|
||||
{
|
||||
u->RemoveModeInternal(ModeManager::FindUserModeByName(UMODE_REGISTERED));
|
||||
ircdproto->SendLogout(u);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user