diff options
| author | 2013-12-18 16:07:50 +0100 | |
|---|---|---|
| committer | 2013-12-18 16:07:50 +0100 | |
| commit | ff407e675117ca15f35df4ff294d07fa43069e63 (patch) | |
| tree | 61e13ccd6e4dc5b5c665d03b94bac474ba5f0869 /include/configreader.h | |
| parent | m_sakick Replace C string with C++ string (diff) | |
| download | inspircd++-ff407e675117ca15f35df4ff294d07fa43069e63.tar.gz inspircd++-ff407e675117ca15f35df4ff294d07fa43069e63.tar.bz2 inspircd++-ff407e675117ca15f35df4ff294d07fa43069e63.zip | |
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; |
