mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -494,4 +494,8 @@ void CModTclStartTimer::RunJob() {
|
||||
p->Start();
|
||||
}
|
||||
|
||||
template<> void TModInfo<CModTcl>(CModInfo& Info) {
|
||||
Info.SetWikiPage("modtcl");
|
||||
}
|
||||
|
||||
MODULEDEFS(CModTcl, "Loads Tcl scripts as ZNC modules")
|
||||
|
||||
Reference in New Issue
Block a user