1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 09:56:40 +02:00

Generate random SIDs for us if one is not specified

This commit is contained in:
Adam
2011-08-03 05:54:03 -04:00
parent 16280f4f7f
commit 34da226bd9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -662,7 +662,7 @@ class ProtoPlexus : public Module
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
if (Config->Numeric.empty())
throw ModuleException("This IRCd protocol requires a server id to be set in Anope's configuration.");
Config->Numeric = ts6_sid_retrieve();
}
void OnServerSync(Server *s)