diff options
Diffstat (limited to 'src/unreal32.c')
-rw-r--r-- | src/unreal32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unreal32.c b/src/unreal32.c index d2051b160..a4b3cdf35 100644 --- a/src/unreal32.c +++ b/src/unreal32.c @@ -1578,6 +1578,7 @@ int anope_event_eos(char *source, int ac, char **av) s->sync = SSYNC_DONE; else if (serv_uplink) serv_uplink->sync = SSYNC_DONE; + restore_unsynced_topics(); return MOD_CONT; } |