diff --git a/modules/autoattach.cpp b/modules/autoattach.cpp index 1e5c3d92..003fa823 100644 --- a/modules/autoattach.cpp +++ b/modules/autoattach.cpp @@ -281,9 +281,10 @@ private: }; template<> void TModInfo(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.")