From a1d46b8bffb1dfce883d0a59b67a86934c260fba Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 18 Dec 2013 18:01:19 +0100 Subject: Add m_showfile, remove cmd_rules --- src/configreader.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/configreader.cpp') 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 */ -- cgit v1.3.1-10-gc9f91