Perform is now a network module, but could also be loaded as a user module if the user desires

perfom
This commit is contained in:
Kyle Fuller
2011-08-24 23:37:23 +01:00
parent d3ffdbb2a6
commit b2e6d09bbd

View File

@@ -167,7 +167,8 @@ private:
};
template<> void TModInfo<CPerform>(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.")