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}
|
install(FILES ${DATA}
|
||||||
DESTINATION ${CONF_DIR}
|
DESTINATION ${CONF_DIR}
|
||||||
)
|
)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user