forked from Lainports/opnsense-ports
27 lines
754 B
Text
27 lines
754 B
Text
*****************************************************************************
|
|
|
|
# Configuration
|
|
|
|
Configs written before ZNC 0.206 can't be read anymore!
|
|
|
|
To generate a basic configuration file, run znc --makeconf after installation.
|
|
It is NOT a good idea to create a new config file manually.
|
|
|
|
For generate your config file using znc user, execute:
|
|
|
|
su -m znc -c 'znc -d %%ETCDIR%% --makeconf'
|
|
or
|
|
sudo -u znc znc -d %%ETCDIR%% --makeconf
|
|
|
|
http://wiki.znc.in/Configuration
|
|
|
|
# Modules
|
|
|
|
If you upgrade your ZNC version you must recompile all your external modules,
|
|
ZNC ABI is not stable.
|
|
|
|
znc-buildmod <modulename>.cpp
|
|
|
|
http://wiki.znc.in/Compiling_modules
|
|
|
|
*****************************************************************************
|