Do not send user/channel logs to log channel

This commit is contained in:
Dionysus 2023-05-07 21:35:57 -04:00
parent d1e225211e
commit 39707dcdde
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 3 additions and 3 deletions

View File

@ -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} install(FILES ${DATA}
DESTINATION ${CONF_DIR} DESTINATION ${CONF_DIR}
) )

View File

@ -90,8 +90,8 @@ log {
override = "*" override = "*"
commands = "*" commands = "*"
servers = "*" servers = "*"
channels = "*" channels = no
users = "*" users = no
other = "*" other = "*"
rawio = no rawio = no
debug = no debug = no