sample should be network module, not user module.

Network modules are easier to write
This commit is contained in:
Alexey Sokolov
2015-01-18 21:26:42 +00:00
parent 94f2b4dc97
commit 7b1133de77

View File

@@ -291,5 +291,5 @@ template<> void TModInfo<CSampleMod>(CModInfo& Info) {
Info.SetArgsHelpText("Description of module arguments goes here.");
}
USERMODULEDEFS(CSampleMod, "To be used as a sample for writing modules")
MODULEDEFS(CSampleMod, "To be used as a sample for writing modules")