znc-buildmod(1) - Linux man page
Name
znc-buildmod - compile ZNC modulesSynopsis
znc-buildmod FILE...Description
znc-buildmod compiles a ZNC module for you. You just give it a list of source files and every single file is compiled into a module.Exit Status
Normally, exit status is 0 if everything went fine. In case the compiler errors when compiling some module, the exit status is 1.Environment
- PATH
sed must be in PATH. znc-config should be found automatically. If not, you must add it to PATH yourself.