1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 09:36:38 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2021-02-18 23:59:28 +00:00
338 changed files with 381 additions and 352 deletions
+1 -7
View File
@@ -1,6 +1,6 @@
/* Initialization and related routines.
*
* (C) 2003-2020 Anope Team
* (C) 2003-2021 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -551,12 +551,6 @@ void Anope::Init(int ac, char **av)
EventReturn MOD_RESULT;
FOREACH_RESULT(OnLoadDatabase, MOD_RESULT, ());
static_cast<void>(MOD_RESULT);
/* Compatibility for databases without ids */
for (nickcore_map::iterator it = NickCoreList->begin(), it_end = NickCoreList->end(); it != it_end; ++it)
it->second->GetId();
/* End compatibility for databases without ids */
Log() << "Databases loaded";
FOREACH_MOD(OnPostInit, ());