diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 24 |
1 files changed, 0 insertions, 24 deletions
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; |