Code:
/weatherecho {
  !.echo -q $comcall(weather,weatherechotwo,GetWeather,3,bstr,30117).result
}
/weatherechotwo {
  echo -a $com(weather).result
}


If you're using 6.17 using /noop instead of /!.echo -q would be a better option.