1
0
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:
Adam
2012-10-02 01:30:35 -04:00
parent e1d1d18288
commit f7aa837696
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -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);
}
};