mirror of
https://github.com/anope/anope.git
synced 2026-07-08 19:43:13 +02:00
Fix setting the chosen channel founder/successor in db_atheme.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user