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
+2
View File
@@ -248,6 +248,8 @@ private:
template<> void TModInfo<CChanAttach>(CModInfo& Info) {
Info.SetWikiPage("autoattach");
Info.SetHasArgs(true);
Info.SetArgsHelpText("List of channel masks and channel masks with ! before them.");
}
USERMODULEDEFS(CChanAttach, "Reattaches you to channels on activity.")