The previous weather implementation used to get more detailed forecast information from wunderground. In the wttr.in rewrite, this got lost, and now trying to do !weather forecast 12345 just searches wttr.in for "forecast 12345", which produces weird results.
This would mean a new IRC command and library method which makes the right query but produces different output, by looking at more of the forecast details than the one current result method does.
The previous weather implementation used to get more detailed forecast information from wunderground. In the wttr.in rewrite, this got lost, and now trying to do `!weather forecast 12345` just searches wttr.in for "forecast 12345", which produces weird results.
This would mean a new IRC command and library method which makes the right query but produces different output, by looking at more of the forecast details than the one current result method does.
The previous weather implementation used to get more detailed forecast information from wunderground. In the wttr.in rewrite, this got lost, and now trying to do
!weather forecast 12345
just searches wttr.in for "forecast 12345", which produces weird results.This would mean a new IRC command and library method which makes the right query but produces different output, by looking at more of the forecast details than the one current result method does.