mirror of
https://github.com/anope/anope.git
synced 2026-07-02 17:13:13 +02:00
Fixed a lot of small problems
This commit is contained in:
+2
-3
@@ -317,6 +317,8 @@ ServerConfig::ServerConfig() : errstr(""), config_data(), NSDefFlags(NickCoreFla
|
||||
}
|
||||
|
||||
SetDefaultMLock(this);
|
||||
if (ircd)
|
||||
InitLogChannels(this);
|
||||
|
||||
if (IsFile(this->NameServer))
|
||||
{
|
||||
@@ -950,9 +952,6 @@ bool DoLogs(ServerConfig *config, const Anope::string &, const Anope::string *,
|
||||
|
||||
bool DoneLogs(ServerConfig *config, const Anope::string &)
|
||||
{
|
||||
if (ircd)
|
||||
InitLogChannels(config);
|
||||
|
||||
Log() << "Loaded " << config->LogInfos.size() << " log blocks";
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user