Template:Extra Module
From ZNC
| This module is part of ZNC-Extra. This module is not enabled by default. Instead, you have to configure ZNC with --enable-extra.Alternatively, the code for this module can be found here. Read Compiling modules to learn how to compile a module. |
How to use
{{Extra Module
| linkname = Name of the file in znc's modules/extra directory (leave blank to use the article title)
| version = the version where this module was added to the core (leave blank to remove the line, f.e. if it's unknown)
}}
Example
{{Extra Module | linkname = send_raw | version = 0.000 }}
Writing this code will give you...
| This module is part of ZNC-Extra. This module is not enabled by default. Instead, you have to configure ZNC with --enable-extra.Alternatively, the code for this module can be found here. Read Compiling modules to learn how to compile a module. This module is a part of ZNC-Extra since ZNC-Version 0.000 |