diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-21 16:10:05 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-21 16:10:05 +0000 |
commit | a53f209c7ff5935426b7fc50815a32efaba5a530 (patch) | |
tree | 9c81b2d1d022b237b82436aa599efb59bc451a8b /src/plexus.c | |
parent | 28dd48200686b58b2f01f2094dba3093297c5935 (diff) |
BUILD : 1.7.8 (635) BUGS : NOTES : Topics should be only updated when really needed during bursts now (on IRCDs that support it)
git-svn-id: svn://svn.anope.org/anope/trunk@635 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@483 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/plexus.c')
-rw-r--r-- | src/plexus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plexus.c b/src/plexus.c index e008f5018..7b5c54f2f 100644 --- a/src/plexus.c +++ b/src/plexus.c @@ -1019,6 +1019,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; } |