summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-03-07 18:03:01 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-03-07 18:03:01 +0100
commit7f4a2cc351efa9c6b50ef15c5772c54cbaef4e75 (patch)
tree91398b69c0cf04ade6b957c2113aa8c5b95a8bc9 /include/configreader.h
parent07f817fd47e2c5f7ca97ab73cef32307d84a6e79 (diff)
Move {prefix|suffix|fixed}{quit|part} into core_user
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h24
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;