mirror of
git://git.acid.vegas/anope.git
synced 2024-11-27 01:56:38 +00:00
Do not send user/channel logs to log channel
This commit is contained in:
parent
d1e225211e
commit
39707dcdde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user