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:
@@ -857,4 +857,8 @@ public:
|
||||
virtual ~CAdminMod() {}
|
||||
};
|
||||
|
||||
template<> void TModInfo<CAdminMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("admin");
|
||||
}
|
||||
|
||||
MODULEDEFS(CAdminMod, "Dynamic configuration of users/settings through IRC")
|
||||
|
||||
Reference in New Issue
Block a user