From 7b1133de77faefe27948e21135c8d2638ca4660f Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 18 Jan 2015 21:26:42 +0000 Subject: [PATCH] sample should be network module, not user module. Network modules are easier to write --- modules/sample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sample.cpp b/modules/sample.cpp index f24eb2cb..9b50aebb 100644 --- a/modules/sample.cpp +++ b/modules/sample.cpp @@ -291,5 +291,5 @@ template<> void TModInfo(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")