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

Fix the location of &* on types.

This commit is contained in:
Sadie Powell
2026-03-26 16:01:05 +00:00
parent 5355b53008
commit eaa24d3b0a
14 changed files with 18 additions and 19 deletions
+1 -2
View File
@@ -397,11 +397,10 @@ public:
return EVENT_CONTINUE;
}
void OnUplinkSync(Server* s) override
void OnUplinkSync(Server *s) 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).
if (!persist)
return;