mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -230,5 +230,9 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
template<> void TModInfo<CSampleMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("sample");
|
||||
}
|
||||
|
||||
MODULEDEFS(CSampleMod, "To be used as a sample for writing modules")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user