mirror of
https://github.com/znc/znc.git
synced 2026-05-01 02:52:30 +02:00
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:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user