Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 619 Bytes

File metadata and controls

29 lines (18 loc) · 619 Bytes

ZNC Contributions

A collection of third party modules for ZNC.

Prerequisites

Please note that these modules require ZNC 1.0.

Building the modules

You can use the Makefile to build these modules. For example:

$ make ignore
Building "ignore.so" for ZNC 1.0... [ ok ]
The module has now been built and placed in ~/.znc/modules

Contributing

If you would like to add a module:

  • Fork this repo
  • Make changes on your own branch
  • Submit a pull request

You can report any issues on the issue tracker here.