1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 11:06:37 +02:00

Fixed generating sid on startup

This commit is contained in:
Adam
2011-08-07 17:43:23 -04:00
parent 35588cc521
commit 25e3408ff6
7 changed files with 19 additions and 12 deletions
-3
View File
@@ -660,9 +660,6 @@ class ProtoPlexus : public Module
Implementation i[] = { I_OnServerSync };
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
if (Config->Numeric.empty())
Config->Numeric = ts6_sid_retrieve();
}
void OnServerSync(Server *s)