Jethro commented on a Page, Weather Bot  -  Feb 04, 2010

I overlooked a matter that the parentheses in the regex match will confuse mirc for $regml(1) when entering the optional command !weather or !forecast
I edited my suggestion to reflect the change below:

on $*:text:/^!w(eather)?\s\d+|f(orecast)?\s\d+/Si:#: {
  if ($istok(!w !weather,$1,32)) { set %usweatherWF W }
  if ($istok(!f !forecast,$1,32)) { set %usweatherWF F }
  set %usweatherzip $2 | set %usweatherchan $chan
  sockopen usweather www.localweather.net 80
}
 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.