summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2013-12-18 18:01:19 +0100
committerAttila Molnar <attilamolnar@hush.com>2013-12-18 18:01:19 +0100
commita1d46b8bffb1dfce883d0a59b67a86934c260fba (patch)
treefef8c2e42f47d558f9aeb94e407c9300a954653f /src/configreader.cpp
parenta98d2f5086f3ac27f5d311cb0ac5307dce85ed4f (diff)
Add m_showfile, remove cmd_rules
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 341414e0d..b1cc746df 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -641,10 +641,6 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid)
ConfigFileCache::iterator file = this->Files.find(tag->getString("motd", "motd"));
if (file != this->Files.end())
InspIRCd::ProcessColors(file->second);
-
- file = this->Files.find(tag->getString("rules", "rules"));
- if (file != this->Files.end())
- InspIRCd::ProcessColors(file->second);
}
/* No old configuration -> initial boot, nothing more to do here */