Fix presense and help of module arguments.

See github issue #192
This commit is contained in:
Alexey Sokolov
2012-07-17 09:14:02 +07:00
parent 373490f2d1
commit fca5eebe53
21 changed files with 77 additions and 3 deletions
+3 -1
View File
@@ -449,7 +449,9 @@ unsigned short CDCCBounce::DCCRequest(const CString& sNick, unsigned long uLongI
return uListenPort;
}
template<> void TModInfo<CBounceDCCMod>(CModInfo& Info) {
Info.SetWikiPage("bouncedcc");
}
USERMODULEDEFS(CBounceDCCMod, "Bounces DCC transfers through ZNC instead of sending them directly to the user. ")