chachin

Untitled

Mar 30th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # if you want to change the order or remove some items that are sent
  2. # w0 - location, w1 - updated, w2 - conditions, w3 - temperature, w4 - windchill
  3. # w5 - high/low, w6 - humidity, w7 - dew point, w8 - UV index, w9 - pressure
  4. # w10 - wind, nick - nickname of user triggering
  5. variable weather_format "%nick% %w0% %w1% %w2% %w3% %w4% %w5% %w8% %w6% %w7% %w9% %w10%"
  6.  
  7.  
  8.  
  9. bellow is what I would like for changes
  10.  
  11.  
  12. # if you want to change the order or remove some items that are sent
  13. # w0 - location, w1 - updated, w2 - conditions, w3 - temperature, w4 - windchill
  14. # w5 - high/low, w6 - humidity, w7 - dew point, w8 - UV index, w9 - pressure
  15. # w10 - wind, nick - nickname of user triggering
  16. variable weather_format "%nick% %w0% %w1% %w2% %w3%"
  17. variable weather_format "%w4% %w5% %w6% %w7%"
  18. variable weather_format "%w8% %w9% %w10%"
Advertisement
Add Comment
Please, Sign In to add comment