diff --git a/modules/perform.cpp b/modules/perform.cpp index e1ce0bf2..9af1df93 100644 --- a/modules/perform.cpp +++ b/modules/perform.cpp @@ -167,7 +167,8 @@ private: }; template<> void TModInfo(CModInfo& Info) { + Info.AddType(CModInfo::UserModule); Info.SetWikiPage("perform"); } -MODULEDEFS(CPerform, "Keeps a list of commands to be executed when ZNC connects to IRC.") +NETWORKMODULEDEFS(CPerform, "Keeps a list of commands to be executed when ZNC connects to IRC.")