diff --git a/plugins/weather.go b/plugins/weather.go index 1974d86..d6dcb41 100644 --- a/plugins/weather.go +++ b/plugins/weather.go @@ -173,8 +173,8 @@ func (h *Weather) RespondText(c *gomatrix.Client, ev *gomatrix.Event, _, post st return SendText(c, ev.RoomID, fmt.Sprintf("%s: %s (%s) Humidity: %s%%, %s", wd.Name, - wd.f(), wd.c(), + wd.f(), wd.humidity(), wd.conditions(), ))