mirror of
https://github.com/anope/anope.git
synced 2026-06-27 00:36:38 +02:00
Fix xline uid generation when the one chosen already exists
This commit is contained in:
+1
-1
@@ -447,7 +447,7 @@ void Anope::Init(int ac, char **av)
|
||||
|
||||
/* Initialize random number generator */
|
||||
block = Config->GetBlock("options");
|
||||
srand(block->Get<unsigned>("seed"));
|
||||
srand(block->Get<unsigned>("seed") ^ time(NULL));
|
||||
|
||||
/* load modules */
|
||||
Log() << "Loading modules...";
|
||||
|
||||
Reference in New Issue
Block a user