From ff407e675117ca15f35df4ff294d07fa43069e63 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 18 Dec 2013 16:07:50 +0100 Subject: Remove unused motd and rules field from ServerConfig --- include/configreader.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') 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; -- cgit v1.2.3