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

View File

@@ -478,4 +478,8 @@ PyObject* CPySocket::WriteBytes(PyObject* data) {
}
}
template<> void TModInfo<CModPython>(CModInfo& Info) {
Info.SetWikiPage("modpython");
}
GLOBALMODULEDEFS(CModPython, "Loads python scripts as ZNC modules")