Skip to content

Commit

Permalink
Perform is now a network module, but could also be loaded as a user m…
Browse files Browse the repository at this point in the history
…odule if the user desires

perfom
  • Loading branch information
kylef committed Aug 27, 2011
1 parent d3ffdbb commit b2e6d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/perform.cpp
Expand Up @@ -167,7 +167,8 @@ class CPerform : public CModule {
};

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

0 comments on commit b2e6d09

Please sign in to comment.