From 7f4a2cc351efa9c6b50ef15c5772c54cbaef4e75 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 7 Mar 2014 18:03:01 +0100 Subject: Move {prefix|suffix|fixed}{quit|part} into core_user --- include/configreader.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 7f9e4a52d..fd6452b31 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -312,30 +312,6 @@ class CoreExport ServerConfig */ std::string AdminNick; - /** The quit prefix in use, or an empty string - */ - std::string PrefixQuit; - - /** The quit suffix in use, or an empty string - */ - std::string SuffixQuit; - - /** The fixed quit message in use, or an empty string - */ - std::string FixedQuit; - - /** The part prefix in use, or an empty string - */ - std::string PrefixPart; - - /** The part suffix in use, or an empty string - */ - std::string SuffixPart; - - /** The fixed part message in use, or an empty string - */ - std::string FixedPart; - /** Pretend disabled commands don't exist. */ bool DisabledDontExist; -- cgit v1.2.3