fix #690: make autoattach a network module

This commit is contained in:
J-P Nurmi
2014-10-12 00:06:12 +02:00
parent 78ea60e226
commit 576f8d4689

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.")