[cosmetics/wikilink] add a link to the znc-wiki-page for the module
authorFalk Seidel <redacted>
Sat, 3 Aug 2013 19:21:09 +0000 (21:21 +0200)
committerFalk Seidel <redacted>
Sat, 3 Aug 2013 19:21:09 +0000 (21:21 +0200)
palaver.cpp

index e5446a72ecfb60f65ed335777192c72e511231db..0f735a1b7e3bc8a9366b9d6ff0a195338b0c400c 100644 (file)
@@ -875,5 +875,8 @@ private:
        std::vector<CDevice*> m_vDevices;
 };
 
-GLOBALMODULEDEFS(CPalaverMod, "Palaver support module")
+template<> void TModInfo<CPalaverMod>(CModInfo& Info) {
+       Info.SetWikiPage("palaver");
+}
 
+GLOBALMODULEDEFS(CPalaverMod, "Palaver support module")
\ No newline at end of file
git clone https://git.99rst.org/PROJECT