mirror of
https://github.com/znc/znc.git
synced 2026-08-06 00:43:19 +02:00
Fix doxycomment about global mobules.
This commit is contained in:
@@ -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. <br>
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user