Merge pull request #706 from jpnurmi/autoattach

fix #690: make autoattach a network module
This commit is contained in:
Alexey Sokolov
2014-10-12 16:34:17 +01:00
+2 -1
View File
@@ -281,9 +281,10 @@ private:
};
template<> void TModInfo<CChanAttach>(CModInfo& Info) {
Info.AddType(CModInfo::UserModule);
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.")
NETWORKMODULEDEFS(CChanAttach, "Reattaches you to channels on activity.")