mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Add link to wiki page from any nonextra module.
This commit is contained in:
@@ -192,4 +192,8 @@ void CKeepNickTimer::RunJob() {
|
||||
m_pMod->KeepNick();
|
||||
}
|
||||
|
||||
template<> void TModInfo<CKeepNickMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("keepnick");
|
||||
}
|
||||
|
||||
MODULEDEFS(CKeepNickMod, "Keep trying for your primary nick")
|
||||
|
||||
Reference in New Issue
Block a user