From 1aa1a2b6c0ca6d0845aa90b806e0dd8a11cf4557 Mon Sep 17 00:00:00 2001 From: an Date: Sun, 25 Jun 2017 12:06:41 +0200 Subject: [PATCH] modules/weather: minor bugfix --- modules/weather.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/weather.go b/modules/weather.go index c2e2cd1..219f084 100644 --- a/modules/weather.go +++ b/modules/weather.go @@ -82,7 +82,7 @@ func init() { func weatherConfig() { time.Sleep(5 * time.Second) - owmQueryAPIKey = weatherApiKey + owmQueryAPIKey = *weatherApiKey } func weatherHandleMessage(m *irc.Message) {