mirror of
https://github.com/znc/znc.git
synced 2026-06-11 01:05:05 +02:00
Allow the cert module to be loaded as a network module
This commit is contained in:
@@ -86,6 +86,7 @@ public:
|
||||
};
|
||||
|
||||
template<> void TModInfo<CCertMod>(CModInfo& Info) {
|
||||
Info.AddType(CModInfo::NetworkModule);
|
||||
Info.SetWikiPage("cert");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user