mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
sample should be network module, not user module.
Network modules are easier to write
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user