1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 00:13:13 +02:00

Fix a change that was missing from the previous commit.

This commit is contained in:
Sadie Powell
2024-10-18 11:45:19 +01:00
parent e5602f956d
commit f40719787f
+1 -1
View File
@@ -378,7 +378,7 @@ class ChanServCore : public Module, public ChanServService
return EVENT_CONTINUE;
}
void OnUplinkSync() anope_override
void OnUplinkSync(Server* s) anope_override
{
// We need to do this when the uplink is synced as we may not know if
// the mode exists before then on some IRCds (e.g. InspIRCd).