# HG changeset patch # User Matti Hamalainen # Date 1401637670 -10800 # Node ID c8fa73ba67da8a86a9fbb0024da897a90f89f89c # Parent a1f4c163e48c127d58cac6b8987ab1897ec47f36 weather: Cosmetics. diff -r a1f4c163e48c -r c8fa73ba67da weather.tcl --- a/weather.tcl Sun Jun 01 18:47:36 2014 +0300 +++ b/weather.tcl Sun Jun 01 18:47:50 2014 +0300 @@ -11,6 +11,7 @@ ########################################################################## set weather_default_locations "raahe" + set weather_datafile "/home/niinuska/bot/data.weather" set weather_check_period 5 @@ -20,9 +21,11 @@ set weather_preferredmsg "PRIVMSG" +### +### Messages +### set weather_msg_usage_1 "Käyttö: !sää2 \[paikka\]" set weather_msg_usage_2 "Käyttö: !sää2 aseta \[;\]" - set weather_msg_user_not_known "Tuntematon käyttäjä." set weather_msg_no_results "Ei mittaustietoja." set weather_msg_no_data_for_location "Paikkakunnan tietoja ei saatu."