From 39707dcddecae6bd70a21b34997647feb53efd43 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 7 May 2023 21:35:57 -0400 Subject: [PATCH] Do not send user/channel logs to log channel --- data/CMakeLists.txt | 2 +- data/services.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index a021558..3041afa 100644 --- 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} ) diff --git a/data/services.conf b/data/services.conf index 2bf0a51..74bfdce 100644 --- a/data/services.conf +++ b/data/services.conf @@ -90,8 +90,8 @@ log { override = "*" commands = "*" servers = "*" - channels = "*" - users = "*" + channels = no + users = no other = "*" rawio = no debug = no