Compare commits

..

1 Commits

Author SHA1 Message Date
Bel LaPointe
2a93e52b0b no more ... over illegal \t 2022-01-13 17:07:02 -05:00

View File

@@ -71,7 +71,7 @@ func matrixrecv() error {
if !printed { if !printed {
if _, err := db.Get(key); err == storage.ErrNotFound { if _, err := db.Get(key); err == storage.ErrNotFound {
log.Printf("sending help") log.Printf("sending help")
help := fmt.Sprintf("commands:\n...`!help`...print this help\n...`!state nc NC nC Nc`...set states for self\n...`!available 2022-12-31`...set date self is available for work\n\nrun a command for someone else: `!state ga @caleb`") help := fmt.Sprintf("commands:\n `!help` print this help\n `!state nc NC nC Nc` set states for self\n `!available 2022-12-31` set date self is available for work\n\nrun a command for someone else: `!state ga @caleb`")
if err := sender.Send(help); err != nil { if err := sender.Send(help); err != nil {
log.Printf("failed to send help: %v", err) log.Printf("failed to send help: %v", err)
} else { } else {