anope- supernets anope source code & configuration |
git clone git://git.acid.vegas/anope.git |
Log | Files | Refs | Archive | README |
commit 39707dcddecae6bd70a21b34997647feb53efd43
parent d1e225211ee72655e39ede5f61b1e9194e799348 Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 7 May 2023 21:35:57 -0400 Do not send user/channel logs to log channel Diffstat:
|
2 files changed, 3 insertions(+), 3 deletions(-) | |
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt @@ -1,4 +1,4 @@ -set(DATA botserv.conf chanserv.conf global.conf hostserv.conf nickserv.conf operserv.conf services.conf) +set(DATA botserv.conf chanserv.conf global.conf hostserv.conf nickserv.conf operserv.conf services.conf services.chk) install(FILES ${DATA} DESTINATION ${CONF_DIR} ) |