diff options
author | Adam <Adam@anope.org> | 2010-08-28 02:25:33 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-28 02:25:33 -0400 |
commit | 5fbe0c845c00161fd62e1f2f65354553f42ef831 (patch) | |
tree | 67e62259051b993d852cf45963e54b6854921c77 /src/logger.cpp | |
parent | 2aac8b05ef7e539c9745edc1f64564ada87ca02d (diff) |
Clean up some of the old now unused IRCDVar struct vars, and made the logchan bots join if the IRCd requires them to
Diffstat (limited to 'src/logger.cpp')
-rw-r--r-- | src/logger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logger.cpp b/src/logger.cpp index 92b87279d..de5e58c32 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -17,7 +17,7 @@ void InitLogChannels(ServerConfig *config) { LogInfo *l = config->LogInfos[i]; - if (!l->Inhabit) + if (!ircd->join2msg && !l->Inhabit) continue; for (std::list<Anope::string>::const_iterator sit = l->Targets.begin(), sit_end = l->Targets.end(); sit != sit_end; ++sit) |