diff options
Diffstat (limited to 'src/ultimate3.c')
-rw-r--r-- | src/ultimate3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ultimate3.c b/src/ultimate3.c index b6a840a48..579d35b36 100644 --- a/src/ultimate3.c +++ b/src/ultimate3.c @@ -1750,6 +1750,7 @@ int anope_event_eob(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; } |