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
@@ -189,6 +189,8 @@ bool CStickyChan::OnLoad(const CString& sArgs, CString& sMessage)
template<> void TModInfo<CStickyChan>(CModInfo& Info) {
Info.SetWikiPage("stickychan");
Info.SetHasArgs(true);
Info.SetArgsHelpText("List of channels, separated by comma.");
}
NETWORKMODULEDEFS(CStickyChan, "configless sticky chans, keeps you there very stickily even")