mirror of
https://github.com/anope/anope.git
synced 2026-07-03 13:03:14 +02:00
Fixed some issues with reconnecting if we disconnect from the uplink
This commit is contained in:
@@ -1036,7 +1036,7 @@ int anope_event_capab(const Anope::string &source, int ac, const char **av)
|
||||
|
||||
int anope_event_endburst(const Anope::string &source, int ac, const char **av)
|
||||
{
|
||||
Me->GetUplink()->Sync(true);
|
||||
Me->GetLinks().front()->Sync(true);
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user