diff options
| author | 2019-01-24 15:10:02 +0000 | |
|---|---|---|
| committer | 2019-01-24 15:10:02 +0000 | |
| commit | 4047a143fc1d16350db70c94b9ea77d79de05714 (patch) | |
| tree | 854169605c3b134d5edc39067d0298f7d1e9c64b /src/inspircd.cpp | |
| parent | Implement support for the extended tag space for client tags. (diff) | |
Move the <disabled> tag out of the core to a new module.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 7e299700b..09e48ea1f 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -442,7 +442,6 @@ InspIRCd::InspIRCd(int argc, char** argv) : // Build ISupport as ModuleManager::LoadAll() does not do it this->ISupport.Build(); - Config->ApplyDisabledCommands(); if (!pl.empty()) { |
