mirror of
https://github.com/anope/anope.git
synced 2026-06-30 06:36:38 +02:00
Send uids everywhere when setting modes on clients
This commit is contained in:
+1
-1
@@ -1032,7 +1032,7 @@ static bool DoServices(ServerConfig *config, const Anope::string &, const Anope:
|
||||
if (cm == NULL)
|
||||
cm = ModeManager::FindChannelModeByChar(ModeManager::GetStatusChar(want_modes[j]));
|
||||
if (cm && cm->Type == MODE_STATUS)
|
||||
c->SetMode(bi, cm, bi->nick);
|
||||
c->SetMode(bi, cm, bi->GetUID());
|
||||
}
|
||||
}
|
||||
for (unsigned i = 0; i < oldchannels.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user