diff --git a/main.h b/main.h index af4563ef..d6b4d7e5 100644 --- a/main.h +++ b/main.h @@ -78,8 +78,8 @@ * inherits from CModule. Use #MODCONSTRUCTOR for the module's constructor and * call #MODULEDEFS at the end of your source file. * Congratulations, you just wrote your first module.
- * For global modules, the procedure is similar. Instead of CModule you inherit - * from CModule. + * For global modules, the procedure is similar. Instead of #MODULEDEFS call + * #GLOBALMODULEDEFS. * * If you want your module to actually do something, you should override some * of the hooks from CModule. These are the functions whose names start with