modules/weather: minor bugfix
This commit is contained in:
parent
b30ccd0171
commit
1aa1a2b6c0
|
@ -82,7 +82,7 @@ func init() {
|
|||
|
||||
func weatherConfig() {
|
||||
time.Sleep(5 * time.Second)
|
||||
owmQueryAPIKey = weatherApiKey
|
||||
owmQueryAPIKey = *weatherApiKey
|
||||
}
|
||||
|
||||
func weatherHandleMessage(m *irc.Message) {
|
||||
|
|
Loading…
Reference in New Issue