mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -550,4 +550,8 @@ private:
|
||||
CBuffer m_Buffer;
|
||||
};
|
||||
|
||||
template<> void TModInfo<CWatcherMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("watch");
|
||||
}
|
||||
|
||||
MODULEDEFS(CWatcherMod, "Copy activity from a specific user into a separate window")
|
||||
|
||||
Reference in New Issue
Block a user