forked from an/flokati
minor changes
This commit is contained in:
parent
1239f94fb2
commit
f375dc5e4d
2 changed files with 2 additions and 4 deletions
4
main.go
4
main.go
|
@ -50,6 +50,6 @@ func main() {
|
|||
}
|
||||
|
||||
func SoftwareInfo() string {
|
||||
return fmt.Sprintf("flokatimx %s-%s (%s) [%s]",
|
||||
Version, Build, Builddate, runtime.Version())
|
||||
return fmt.Sprintf("flokati/%s %s-%s (%s) [%s]",
|
||||
*protocol, Version, Build, Builddate, runtime.Version())
|
||||
}
|
||||
|
|
|
@ -40,7 +40,6 @@ func Matrix() {
|
|||
}
|
||||
}()
|
||||
|
||||
xlog.Info("%s started", SoftwareInfo())
|
||||
sayCh <- fmt.Sprintf("%s\n%s", "*", SoftwareInfo())
|
||||
|
||||
for {
|
||||
|
@ -60,5 +59,4 @@ func Matrix() {
|
|||
time.Sleep(1 * time.Second)
|
||||
}
|
||||
}
|
||||
time.Sleep(1 * time.Millisecond)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue