mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -163,4 +163,8 @@ private:
|
||||
CString m_sLogFile;
|
||||
};
|
||||
|
||||
template<> void TModInfo<CAdminLogMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("adminlog");
|
||||
}
|
||||
|
||||
GLOBALMODULEDEFS(CAdminLogMod, "Log ZNC events to file and/or syslog.")
|
||||
|
||||
Reference in New Issue
Block a user