comparison config.weather.example @ 562:15bc88a1477a

weather: Add setting weather_cmd_name for specifying the command name used for help texts.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jul 2020 13:28:54 +0300
parents e0ff67318a99
children 84e2f0dab633
comparison
equal deleted inserted replaced
561:bdccc83a1c22 562:15bc88a1477a
14 14
15 bind pub - !sää weather_cmd_pub 15 bind pub - !sää weather_cmd_pub
16 bind pub - !saa weather_cmd_pub 16 bind pub - !saa weather_cmd_pub
17 bind msg - !sää weather_cmd_msg 17 bind msg - !sää weather_cmd_msg
18 bind msg - !saa weather_cmd_msg 18 bind msg - !saa weather_cmd_msg
19
20
21 # Name of the command used for help texts
22 set weather_cmd_name "!saa"
19 23
20 24
21 ### 25 ###
22 ### Settings 26 ### Settings
23 ### 27 ###