diff options
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp index f287d72ce..6c99e9c6e 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1645,6 +1645,8 @@ void ServerConfig::LoadConf(ConfigurationFile &file) ++c; continue; } + else if (!in_word && (ch == '(' || ch == '_' || ch == ')')) + ; else if (ch == '"') { // Quotes are valid only in the value position |