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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user