]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove unused motd and rules field from ServerConfig
authorAttila Molnar <attilamolnar@hush.com>
Wed, 18 Dec 2013 15:07:50 +0000 (16:07 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Wed, 18 Dec 2013 15:07:50 +0000 (16:07 +0100)
include/configreader.h

index a46f9cf95ce2bb5b370f0b85062bb2fa7538d069..46b8c5365f5396c051020cc78cdc47b226b43c75 100644 (file)
@@ -330,16 +330,6 @@ class CoreExport ServerConfig
         */
        std::string powerhash;
 
         */
        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;
        /** The quit prefix in use, or an empty string
         */
        std::string PrefixQuit;