mirror of
https://github.com/znc/znc.git
synced 2026-05-18 07:15:54 +02:00
Code cleanup
Since now there are no server-dependent caps defined in the core
This commit is contained in:
@@ -553,7 +553,7 @@ TEST_F(ZNCTest, ServerDependentCapInModule) {
|
||||
};
|
||||
public:
|
||||
MODCONSTRUCTOR(TestModule) {
|
||||
AddCapability("testcap", std::make_unique<TestCap>());
|
||||
AddServerDependentCapability("testcap", std::make_unique<TestCap>());
|
||||
}
|
||||
};
|
||||
MODULEDEFS(TestModule, "Test")
|
||||
|
||||
Reference in New Issue
Block a user