comparison config.weather.example @ 682:de6cab61061f

weather: Add 'minmax' to the help in example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jul 2021 12:37:58 +0300
parents 90da5691cc81
children e1aba44b8c7b
comparison
equal deleted inserted replaced
681:204699e84dee 682:de6cab61061f
135 lappend weather_msg_result "." 135 lappend weather_msg_result "."
136 136
137 137
138 array set weather_messages { 138 array set weather_messages {
139 139
140 "help_single" "@cmd@ \[paikka\]" 140 "help_single" "@cmd@ \[paikka | minmax\]"
141 "help_full" {"help_single" "help_stations" "help_def_set" "help_nearest" "help_alias" "help_unalias" "help_list" } 141 "help_full" {"help_single" "help_stations" "help_def_set" "help_nearest" "help_alias" "help_unalias" "help_list" }
142 142
143 "no_results" "\002@1@\002: Ei mittaustietoja." 143 "no_results" "\002@1@\002: Ei mittaustietoja."
144 "no_data_for_location" "\002@1@\002: Paikkakunnan tietoja ei saatu." 144 "no_data_for_location" "\002@1@\002: Paikkakunnan tietoja ei saatu."
145 145