From: Falk Seidel Date: Sat, 3 Aug 2013 19:21:09 +0000 (+0200) Subject: [cosmetics/wikilink] add a link to the znc-wiki-page for the module X-Git-Tag: 1.0.0~22^2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b2dcf8d92bb5c45c299d239e8a7a9be52c1447bd;p=znc-palaver.git [cosmetics/wikilink] add a link to the znc-wiki-page for the module --- diff --git a/palaver.cpp b/palaver.cpp index e5446a7..0f735a1 100644 --- a/palaver.cpp +++ b/palaver.cpp @@ -875,5 +875,8 @@ private: std::vector m_vDevices; }; -GLOBALMODULEDEFS(CPalaverMod, "Palaver support module") +template<> void TModInfo(CModInfo& Info) { + Info.SetWikiPage("palaver"); +} +GLOBALMODULEDEFS(CPalaverMod, "Palaver support module") \ No newline at end of file