comparison weather.tcl @ 157:c8fa73ba67da

weather: Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jun 2014 18:47:50 +0300
parents a1f4c163e48c
children 2c9db9a29429
comparison
equal deleted inserted replaced
156:a1f4c163e48c 157:c8fa73ba67da
9 # This script is freely distributable under GNU GPL (version 2) license. 9 # This script is freely distributable under GNU GPL (version 2) license.
10 # 10 #
11 ########################################################################## 11 ##########################################################################
12 12
13 set weather_default_locations "raahe" 13 set weather_default_locations "raahe"
14
14 set weather_datafile "/home/niinuska/bot/data.weather" 15 set weather_datafile "/home/niinuska/bot/data.weather"
15 set weather_check_period 5 16 set weather_check_period 5
16 17
17 set weather_max_results 3 18 set weather_max_results 3
18 19
19 set weather_logmsg 1 20 set weather_logmsg 1
20 set weather_preferredmsg "PRIVMSG" 21 set weather_preferredmsg "PRIVMSG"
21 22
22 23
24 ###
25 ### Messages
26 ###
23 set weather_msg_usage_1 "Käyttö: !sää2 \[paikka\]" 27 set weather_msg_usage_1 "Käyttö: !sää2 \[paikka\]"
24 set weather_msg_usage_2 "Käyttö: !sää2 aseta <paikka>\[;<paikka2>\]" 28 set weather_msg_usage_2 "Käyttö: !sää2 aseta <paikka>\[;<paikka2>\]"
25
26 set weather_msg_user_not_known "Tuntematon käyttäjä." 29 set weather_msg_user_not_known "Tuntematon käyttäjä."
27 set weather_msg_no_results "Ei mittaustietoja." 30 set weather_msg_no_results "Ei mittaustietoja."
28 set weather_msg_no_data_for_location "Paikkakunnan tietoja ei saatu." 31 set weather_msg_no_data_for_location "Paikkakunnan tietoja ei saatu."
29 32
30 33