diff options
-rw-r--r-- | include/configreader.h | 10 |
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; |