Ocean/System/ICCCStart.go

9 lines
297 B
Go
Raw Normal View History

package System
import "github.com/SommerEngineering/Ocean/Log"
import LM "github.com/SommerEngineering/Ocean/Log/Meta"
func icccSystemStart(data map[string][]string) {
Log.LogShort(senderName, LM.CategorySYSTEM, LM.LevelINFO, LM.MessageNameSTARTUP, `The system is now up and ready.`)
}