mirror of
https://github.com/znc/znc.git
synced 2026-08-09 10:23:14 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -85,4 +85,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
template<> void TModInfo<CCertMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("cert");
|
||||
}
|
||||
|
||||
MODULEDEFS(CCertMod, "Use a ssl certificate to connect to a server")
|
||||
|
||||
Reference in New Issue
Block a user