comparison weather.tcl @ 184:a496dc87a7c1

weather: Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2014 21:38:24 +0300
parents 4abb7a940e24
children 92f4a489b7ef
comparison
equal deleted inserted replaced
183:4abb7a940e24 184:a496dc87a7c1
1 ########################################################################## 1 ##########################################################################
2 # 2 #
3 # Weather v0.1 by Matti 'ccr' Hamalainen <ccr@tnsp.org> 3 # Weather v0.5 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
4 # (C) Copyright 2014 Tecnic Software productions (TNSP) 4 # (C) Copyright 2014 Tecnic Software productions (TNSP)
5 # 5 #
6 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl 6 # Requires data fetcher to be run as a cronjob, see fetch_weather.pl
7 # for more information. 7 # for more information.
8 # 8 #
61 61
62 ########################################################################## 62 ##########################################################################
63 # No need to look below this line 63 # No need to look below this line
64 ########################################################################## 64 ##########################################################################
65 set weather_name "Weather" 65 set weather_name "Weather"
66 set weather_version "0.1" 66 set weather_version "0.5"
67
67 68
68 ### Binding initializations 69 ### Binding initializations
69 bind pub - !sää weather_cmd_pub 70 bind pub - !sää weather_cmd_pub
70 bind pub - !saa weather_cmd_pub 71 bind pub - !saa weather_cmd_pub
71 bind msg - !sää weather_cmd_msg 72 bind msg - !sää weather_cmd_msg