mirror of
https://github.com/anope/anope.git
synced 2026-06-29 21:06:37 +02:00
Added a new database format and sqlite support. Also moved db-convert to a module.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ void SetDefaultMLock(ServerConfig *config)
|
||||
|
||||
if (cm->Type != MODE_LIST) // Only MODE_LIST can have duplicates
|
||||
def_mode_locks.erase(cm->Name);
|
||||
def_mode_locks.insert(std::make_pair(cm->Name, ModeLock(adding == 1, cm->Name, param)));
|
||||
def_mode_locks.insert(std::make_pair(cm->Name, ModeLock(NULL, adding == 1, cm->Name, param)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user