diff --git a/main.go b/main.go index 17d878e..7d70834 100644 --- a/main.go +++ b/main.go @@ -68,7 +68,7 @@ func (g Greeter) Exec(c *telgo.Client, args []string) bool { c.Sayln(" Hello there") c.Sayln("") - if wait(1*time.Second, c.Cancel) { + if wait(5*time.Second, c.Cancel) { return true } c.Sayln(" welcome to <<>") @@ -76,14 +76,14 @@ func (g Greeter) Exec(c *telgo.Client, args []string) bool { c.Sayln(" from the valley of the clueless") c.Sayln("") - if wait(1*time.Second, c.Cancel) { + if wait(5*time.Second, c.Cancel) { return true } c.Sayln(" we run a comfy hackspace") - c.Sayln(" with a peaceful comunity") + c.Sayln(" with a peaceful community") c.Sayln("") - if wait(1*time.Second, c.Cancel) { + if wait(3*time.Second, c.Cancel) { return true } c.Sayln(" we are part of") @@ -91,7 +91,7 @@ func (g Greeter) Exec(c *telgo.Client, args []string) bool { c.Sayln(" over 10 years") c.Sayln("") - if wait(1*time.Second, c.Cancel) { + if wait(3*time.Second, c.Cancel) { return true } c.Sayln(" you should come by!") diff --git a/telme10.service b/telme10.service index 108ef26..e0396ab 100644 --- a/telme10.service +++ b/telme10.service @@ -1,5 +1,5 @@ [Unit] -Description=realraum birthday telnet server +Description=<<> telnet server After=local-fs.target [Service] diff --git a/telme10.socket b/telme10.socket index 63a12a8..b156721 100644 --- a/telme10.socket +++ b/telme10.socket @@ -1,5 +1,5 @@ [Unit] -Description=realraum birthday telnet server socket +Description=<<> telnet server socket [Socket] ListenStream=23