comparison config.quotedb.example @ 550:85fe3bc36307

Rename *_logmsg settings to *_log_enable.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jul 2020 22:55:56 +0300
parents 717a1c84df4c
children 56f204df1323
comparison
equal deleted inserted replaced
549:c6f389bef58e 550:85fe3bc36307
77 set qdb_verbose 0 77 set qdb_verbose 0
78 78
79 79
80 # 1 = Enable logging of various script actions into bot's log 80 # 1 = Enable logging of various script actions into bot's log
81 # 0 = Don't. 81 # 0 = Don't.
82 set qdb_logmsg 1 82 set qdb_log_enable 1
83 83
84 84
85 # What IRC "command" should we use to send messages: 85 # What IRC "command" should we use to send messages:
86 # (Valid alternatives are "PRIVMSG" and "NOTICE") 86 # (Valid alternatives are "PRIVMSG" and "NOTICE")
87 set qdb_preferredmsg "PRIVMSG" 87 set qdb_preferredmsg "PRIVMSG"