1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 15:03:12 +02:00

Fix setting the chosen channel founder/successor in db_atheme.

This commit is contained in:
Kufat
2026-07-08 07:18:56 -04:00
committed by GitHub
parent 4c81f45232
commit ff52ade0cc
+6
View File
@@ -1786,6 +1786,12 @@ public:
si.when = data->suspend_ts;
ci->Extend("CS_SUSPENDED", si);
}
if (data->founder_candidate.nc)
ci->SetFounder(data->founder_candidate.nc);
if (data->successor_candidate.nc)
ci->SetSuccessor(data->successor_candidate.nc);
}
for (const auto &[_, nc] : *NickCoreList)