mirror of
https://github.com/znc/znc.git
synced 2026-08-09 02:12:56 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -162,4 +162,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
template<> void TModInfo<CIdentFileModule>(CModInfo& Info) {
|
||||
Info.SetWikiPage("identfile");
|
||||
}
|
||||
|
||||
GLOBALMODULEDEFS(CIdentFileModule, "Write the ident of a user to a file when they are trying to connect")
|
||||
|
||||
Reference in New Issue
Block a user