Add link to wiki page from any nonextra module.

This commit is contained in:
Alexey Sokolov
2011-06-11 18:09:56 +07:00
parent 0c840f922d
commit 262216731b
38 changed files with 152 additions and 0 deletions
+4
View File
@@ -422,4 +422,8 @@ void CRouteTimeout::RunJob()
pMod->Timeout();
}
template<> void TModInfo<CRouteRepliesMod>(CModInfo& Info) {
Info.SetWikiPage("route_replies");
}
MODULEDEFS(CRouteRepliesMod, "Send replies (e.g. to /who) to the right client only")