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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user