Correct the dialog doesn't show anything when I click Add and fill out all the boxes and click accept. when i do /timers it says no active timers. The only thing i can see it doing is creating the hash file.
I added this in a new remote and added a feed gave it a name and set time to 60. I click accept and nothing, nothing shows up in the list just nothing happens?
My bot runs on Justin.tv and new channels are added everyday and I did not want to maintain the allow list. Wanted the channel owners to decide if it be on or not.
I really do appreciate it and your script runs Great.
it does but like i said i have 40+ channels is there a way this can be done with a command say +u and urban is on in that channel or -u and urban is off in that channel.
can this be made to support multiple channel...I am using this on a bot and the bot is in 40 channels. Can each channel turn it on or off for their channel and not effect the other channls?
Here a quick fix that will allow spaces to be used (City, State | City, Country) also allows support for UK Postal Codes (SM5 1TG) which weather underground does support
Replace:
set -n %wu_address $2-
With:
set -n %wu_address $replace($2-,$chr(32),$chr(43))