tcl
# Set the city you want
set wcity "London"
# Set the chan you want
set wchan "#mychan"
proc aweather {min hour day month dow} {
weather $botnick [getchanhost $botnick $::wchan] $botnick $::wchan $::wcity
}
bind cron - "*/30 * * * *" aweather
the cron is not showing from the channel, but there's no error after all. if anyone knows what's the matter, please help.