mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 08:59:44 +02:00
New mod management, new parameter -mods
This commit is contained in:
+2
-3
@@ -71,9 +71,8 @@ type WeatherObject struct {
|
||||
}
|
||||
|
||||
func init() {
|
||||
MsgHandlers["weather"] = weatherHandleMessage
|
||||
go weatherConfig()
|
||||
xlog.Info("Weather module initialized")
|
||||
MsgFuncs["weather"] = weatherHandleMessage
|
||||
RunFuncs["weather"] = weatherConfig
|
||||
}
|
||||
|
||||
func weatherConfig() {
|
||||
|
||||
Reference in New Issue
Block a user