diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-05 18:21:16 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-05 18:21:16 +0200 |
commit | 08a566b5d7f4a9c1bafd4bf74d2a05ed8010d6b6 (patch) | |
tree | c85a60939cf2bba7544ce70af60659a587f6516a /src/modmanager_static.cpp | |
parent | 153bd37b598373f4f52024747ee3bc2cbb76f629 (diff) |
Fix LUSERS not working in a PURE_STATIC build
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 69420a4f9..d2a2f2c09 100644 --- a/src/modmanager_static.cpp +++ b/src/modmanager_static.cpp @@ -183,6 +183,7 @@ void ModuleManager::LoadAll() { Load("cmd_all", true); Load("cmd_whowas.so", true); + Load("cmd_lusers.so", true); ConfigTagList tags = ServerInstance->Config->ConfTags("module"); for(ConfigIter i = tags.first; i != tags.second; ++i) |