diff options
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.cpp b/src/config.cpp index bf32bce5f..28a0b6a9c 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -108,8 +108,6 @@ ServerConfig::ServerConfig() : config_data(), NSDefFlags(NickCoreFlagStrings), C this->CSDefFlags.SetFlag(CI_SIGNKICK); else if (option.equals_ci("signkicklevel")) this->CSDefFlags.SetFlag(CI_SIGNKICK_LEVEL); - else if (option.equals_ci("opnotice")) - this->CSDefFlags.SetFlag(CI_OPNOTICE); else if (option.equals_ci("peace")) this->CSDefFlags.SetFlag(CI_PEACE); else if (option.equals_ci("persist")) |