comparison config.weather.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 a513b98f2a37
children df8b3710e120
comparison
equal deleted inserted replaced
549:c6f389bef58e 550:85fe3bc36307
44 set weather_max_results 3 44 set weather_max_results 3
45 45
46 46
47 # 1 = Enable logging of various script actions into bot's log 47 # 1 = Enable logging of various script actions into bot's log
48 # 0 = Don't. 48 # 0 = Don't.
49 set weather_logmsg 1 49 set weather_log_enable 1
50 50
51 51
52 # What IRC "command" should we use to send messages: 52 # What IRC "command" should we use to send messages:
53 # (Valid alternatives are "PRIVMSG" and "NOTICE") 53 # (Valid alternatives are "PRIVMSG" and "NOTICE")
54 set weather_preferredmsg "PRIVMSG" 54 set weather_preferredmsg "PRIVMSG"