xbox_gamer1 commented on a Page, Weather script for mIRC  -  Jul 14, 2011

@ TheWhistler

the !weather should look like this

  ;---Command Prep ---
  set %wu_address $replace(%wu_location,$chr(32),$chr(43)) 

  if (%wu_command == !w) set %wu_command !weather
  if (%wu_command == !weather) || (%wu_command == !current) || (%wu_command == !time) { 
    set %wu_link $+(/auto/wui/geo/WXCurrentObXML/index.xml?query=,%wu_address)
    set %wu_host api.wunderground.com
    sockopen wunderground %wu_host 80
  }

hope that helps

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.