Do not send user/channel logs to log channel
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
||||
@@ -90,8 +90,8 @@ log {
|
||||
override = "*"
|
||||
commands = "*"
|
||||
servers = "*"
|
||||
channels = "*"
|
||||
users = "*"
|
||||
channels = no
|
||||
users = no
|
||||
other = "*"
|
||||
rawio = no
|
||||
debug = no
|
||||
|
||||
Reference in New Issue
Block a user