mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03:22 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -72,4 +72,8 @@ private:
|
||||
bool m_bWriteConf;
|
||||
};
|
||||
|
||||
template<> void TModInfo<CChanSaverMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("chansaver");
|
||||
}
|
||||
|
||||
MODULEDEFS(CChanSaverMod, "Keep config up-to-date when user joins/parts")
|
||||
|
||||
Reference in New Issue
Block a user