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
+4
View File
@@ -471,5 +471,9 @@ bool CDCCSock::Seek(unsigned int uPos) {
return false;
}
template<> void TModInfo<CDCCMod>(CModInfo& Info) {
Info.SetWikiPage("dcc");
}
USERMODULEDEFS(CDCCMod, "This module allows you to transfer files to and from ZNC")