Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # if you want to change the order or remove some items that are sent
- # w0 - location, w1 - updated, w2 - conditions, w3 - temperature, w4 - windchill
- # w5 - high/low, w6 - humidity, w7 - dew point, w8 - UV index, w9 - pressure
- # w10 - wind, nick - nickname of user triggering
- variable weather_format "%nick% %w0% %w1% %w2% %w3% %w4% %w5% %w8% %w6% %w7% %w9% %w10%"
- bellow is what I would like for changes
- # if you want to change the order or remove some items that are sent
- # w0 - location, w1 - updated, w2 - conditions, w3 - temperature, w4 - windchill
- # w5 - high/low, w6 - humidity, w7 - dew point, w8 - UV index, w9 - pressure
- # w10 - wind, nick - nickname of user triggering
- variable weather_format "%nick% %w0% %w1% %w2% %w3%"
- variable weather_format "%w4% %w5% %w6% %w7%"
- variable weather_format "%w8% %w9% %w10%"
Advertisement
Add Comment
Please, Sign In to add comment