diff options
| author | 2010-03-22 12:03:55 -0500 | |
|---|---|---|
| committer | 2010-08-03 17:32:40 -0400 | |
| commit | 440ca935da120a91c29cb2bb48102abc2fccae47 (patch) | |
| tree | c3adae86d8cf1761a997698a28116bf30140c805 /src/modmanager_static.cpp | |
| parent | Move ModuleManager::UnloadAll out of modmanager_dynamic (diff) | |
Fix some issues found using valgrind/pure_static
Diffstat (limited to 'src/modmanager_static.cpp')
| -rw-r--r-- | src/modmanager_static.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp index 2bcd78e6c..165e8b1ae 100644 --- a/src/modmanager_static.cpp +++ b/src/modmanager_static.cpp @@ -162,6 +162,7 @@ void ModuleManager::Reload(Module* mod, HandlerBase1<void, bool>* callback) void ModuleManager::LoadAll() { Load("AllModule", true); + Load("cmd_whowas.so", true); ConfigTagList tags = ServerInstance->Config->ConfTags("module"); for(ConfigIter i = tags.first; i != tags.second; ++i) |
