Feature: reimplement forecast in the weather module #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.