This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
package main
|
||||
|
||||
import "os"
|
||||
import "git.eeqj.de/sneak/sco/bot"
|
||||
|
||||
// Documentation for the Go driver can be found
|
||||
// at https://godoc.org/github.com/mattermost/platform/model#Client
|
||||
var Version string
|
||||
var Buildarch string
|
||||
|
||||
func main() {
|
||||
mybot := bot.New(func(b *bot.Bot) {
|
||||
b.botName = "LSV Serious Callers Only"
|
||||
b.BotName = "LSV Serious Callers Only"
|
||||
b.Version = Version
|
||||
b.Buildarch = Buildarch
|
||||
})
|
||||
mybot.Main()
|
||||
os.Exit(mybot.Main())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user