mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user