aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Attila Molnar2013-12-18 16:07:50 +0100
committerGravatar Attila Molnar2013-12-18 16:07:50 +0100
commitff407e675117ca15f35df4ff294d07fa43069e63 (patch)
tree61e13ccd6e4dc5b5c665d03b94bac474ba5f0869
parentm_sakick Replace C string with C++ string (diff)
downloadinspircd++-ff407e675117ca15f35df4ff294d07fa43069e63.tar.gz
inspircd++-ff407e675117ca15f35df4ff294d07fa43069e63.tar.bz2
inspircd++-ff407e675117ca15f35df4ff294d07fa43069e63.zip
Remove unused motd and rules field from ServerConfig
-rw-r--r--include/configreader.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configreader.h b/include/configreader.h
index a46f9cf95..46b8c5365 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -330,16 +330,6 @@ class CoreExport ServerConfig
*/
std::string powerhash;
- /** The pathname and filename of the message of the
- * day file, as defined by the administrator.
- */
- std::string motd;
-
- /** The pathname and filename of the rules file,
- * as defined by the administrator.
- */
- std::string rules;
-
/** The quit prefix in use, or an empty string
*/
std::string PrefixQuit;