(07/05/2024, 12:17)aslpls a écrit : Hi @CrazycatYou know, a forum as multiple participant, don't ask only one to help you, ask the community.
(07/05/2024, 12:17)aslpls a écrit : i can post the whole code in here because it says,This is because you have not enough posts, this is an antispam rule
Please correct the following errors before continuing:
You're not allowed to put url in the post
Just add the following lines in your script:
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