modules/weather: minor bugfix

This commit is contained in:
an 2017-06-25 12:06:41 +02:00
parent b30ccd0171
commit 1aa1a2b6c0
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func init() {
func weatherConfig() {
time.Sleep(5 * time.Second)
owmQueryAPIKey = weatherApiKey
owmQueryAPIKey = *weatherApiKey
}
func weatherHandleMessage(m *irc.Message) {