diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-12-18 16:07:50 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-12-18 16:07:50 +0100 |
commit | ff407e675117ca15f35df4ff294d07fa43069e63 (patch) | |
tree | 61e13ccd6e4dc5b5c665d03b94bac474ba5f0869 /include/configreader.h | |
parent | f1b9a10d6725fed15859d3b3ffe5b7766fa4ca7f (diff) |
Remove unused motd and rules field from ServerConfig
Diffstat (limited to 'include/configreader.h')
-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; |