mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -168,4 +168,8 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
template<> void TModInfo<CBlockUser>(CModInfo& Info) {
|
||||
Info.SetWikiPage("blockuser");
|
||||
}
|
||||
|
||||
GLOBALMODULEDEFS(CBlockUser, "Block certain users from logging in")
|
||||
|
||||
Reference in New Issue
Block a user