mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -166,4 +166,8 @@ private:
|
||||
VCString m_vPerform;
|
||||
};
|
||||
|
||||
template<> void TModInfo<CPerform>(CModInfo& Info) {
|
||||
Info.SetWikiPage("perform");
|
||||
}
|
||||
|
||||
MODULEDEFS(CPerform, "Keeps a list of commands to be executed when ZNC connects to IRC.")
|
||||
|
||||
Reference in New Issue
Block a user